From f6d61e295133e3d1087ac110da959ca7be6e63be Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 4 May 2007 21:09:13 +0000 Subject: [PATCH] Temporarily revert r21784; field changes not live --- includes/LogPage.php | 2 -- 1 file changed, 2 deletions(-) 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 ), -- 2.20.1