r56482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56481‎ | r56482 | r56483 >
Date:01:23, 17 September 2009
Author:aaron
Status:ok
Tags:
Comment:
Merged r56481
Modified paths:
  • /branches/wmf-deployment/extensions/FlaggedRevs/specialpages/ProblemChanges_body.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/FlaggedRevs/specialpages/ProblemChanges_body.php
@@ -289,7 +289,7 @@
290290
291291 function getQueryInfo() {
292292 global $wgUser, $wgOldChangeTagsIndex;
293 - $ctIndex = $wgOldChangeTagsIndex ? 'ct_tag' : 'change_tag_rev_tag';
 293+ $ctIndex = $wgOldChangeTagsIndex ? 'ct_rev_id' : 'change_tag_rev_tag';
294294 $conds = $this->mConds;
295295 $tables = array( 'page', 'revision', 'change_tag' );
296296 $fields = array('page_namespace','page_title','page_latest');

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56481I was given wrong info, old name was ct_rev_idaaron01:20, 17 September 2009

Status & tagging log