From: Domas Mituzas Date: Mon, 6 Sep 2004 08:43:55 +0000 (+0000) Subject: fix timestamp X-Git-Tag: 1.5.0alpha1~2089 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=0672648d40bff87539f8ae0bf45b4533b0bf4125;p=lhc%2Fweb%2Fwiklou.git fix timestamp --- 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()