From 0672648d40bff87539f8ae0bf45b4533b0bf4125 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Mon, 6 Sep 2004 08:43:55 +0000 Subject: [PATCH] fix timestamp --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index f0fb00bd30..c26b2b963a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -644,7 +644,7 @@ class Title { $dbw =& wfGetDB( DB_MASTER ); $success = $dbw->updateArray( 'cur', array( /* SET */ - 'cur_touched' => wfTimestampNow() + 'cur_touched' => $dbw->timestamp() ), array( /* WHERE */ 'cur_namespace' => $this->getNamespace() , 'cur_title' => $this->getDBkey() -- 2.20.1