From ad005d57ad9491fcc225f34b81b2bc5713244e9c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 1 Mar 2006 13:22:22 +0000 Subject: [PATCH] Put something sensible in cl_timestamp, with oracle compatibility --- includes/LinksUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1