From: Aryeh Gregor Date: Fri, 11 Dec 2009 19:43:04 +0000 (+0000) Subject: Delete refs to variable removed in r59692 X-Git-Tag: 1.31.0-rc.0~38567 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=66f4b07051a3356e7b6b813a304dab607f9b7b7c;p=lhc%2Fweb%2Fwiklou.git Delete refs to variable removed in r59692 --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 0e4a72c2b7..09161e3732 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -892,7 +892,6 @@ class LogPager extends ReverseChronologicalPager { public function getQueryInfo() { $tables = array( 'logging', 'user' ); $this->mConds[] = 'user_id = log_user'; - $groupBy = false; $index = array(); $options = array(); # Add log_search table if there are conditions on it @@ -916,7 +915,6 @@ class LogPager extends ReverseChronologicalPager { } $options['USE INDEX'] = $index; # Don't show duplicate rows when using log_search - if( $groupBy ) $options['GROUP BY'] = $groupBy; $info = array( 'tables' => $tables, 'fields' => array( 'log_type', 'log_action', 'log_user', 'log_namespace',