From: Brion Vibber Date: Fri, 4 May 2007 21:09:13 +0000 (+0000) Subject: Temporarily revert r21784; field changes not live X-Git-Tag: 1.31.0-rc.0~53080 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=f6d61e295133e3d1087ac110da959ca7be6e63be;p=lhc%2Fweb%2Fwiklou.git Temporarily revert r21784; field changes not live --- diff --git a/includes/LogPage.php b/includes/LogPage.php index 4b2a977048..cb57fd4e38 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -55,12 +55,10 @@ class LogPage { $dbw = wfGetDB( DB_MASTER ); $uid = $wgUser->getID(); - $log_id = $dbw->nextSequenceValue( 'log_log_id_seq' ); $this->timestamp = $now = wfTimestampNow(); $dbw->insert( 'logging', array( - 'log_id' => $log_id, 'log_type' => $this->type, 'log_action' => $this->action, 'log_timestamp' => $dbw->timestamp( $now ),