r86065 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86064‎ | r86065 | r86066 >
Date:18:46, 14 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Ensure $collationConds is defined on all paths
Modified paths:
  • /trunk/phase3/maintenance/updateCollation.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateCollation.php
@@ -67,6 +67,7 @@
6868
6969 if ( $force ) {
7070 $options['ORDER BY'] = 'cl_from, cl_to';
 71+ $collationConds = array();
7172 } else {
7273 $collationConds = array( 0 =>
7374 'cl_collation != ' . $dbw->addQuotes( $wgCategoryCollation ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r865471.17: MFT r82413, r83529, r83545, r83874, r85544, r86065, r86346, r86477catrope20:24, 20 April 2011

Status & tagging log