From: Tim Starling Date: Wed, 1 Mar 2006 13:22:22 +0000 (+0000) Subject: Put something sensible in cl_timestamp, with oracle compatibility X-Git-Tag: 1.6.0~248 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=ad005d57ad9491fcc225f34b81b2bc5713244e9c;p=lhc%2Fweb%2Fwiklou.git Put something sensible in cl_timestamp, with oracle compatibility --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index cac96adced..e997724852 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -321,7 +321,7 @@ class LinksUpdate { 'cl_from' => $this->mId, 'cl_to' => $name, 'cl_sortkey' => $sortkey, - 'cl_timestamp' => 0 + 'cl_timestamp' => $this->mDb->timestamp() ); } return $arr;