From: Domas Mituzas Date: Wed, 9 Feb 2005 13:27:31 +0000 (+0000) Subject: wfTimestampNow() -> db::timestamp() X-Git-Tag: 1.5.0alpha1~746 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=5bae05d42f9660751679483064e6a13b28a0ce8e;p=lhc%2Fweb%2Fwiklou.git wfTimestampNow() -> db::timestamp() --- diff --git a/includes/Article.php b/includes/Article.php index 1e7f44316e..49f7843b00 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1956,7 +1956,7 @@ class Article { $ns = $this->mTitle->getNamespace(); $dbkey = $this->mTitle->getDBkey(); $encDbKey = $dbw->strencode( $dbkey ); - $timestamp = wfTimestampNow(); + $timestamp = $dbw->timestamp(); # insert new text $dbw->insert( 'text', array( 'old_text' => $text,