r21709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21708‎ | r21709 | r21710 >
Date:04:16, 30 April 2007
Author:aaron
Status:old
Tags:
Comment:
*Typo from r21708
Modified paths:
  • /trunk/extensions/CheckUser/install.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/install.php
@@ -65,8 +65,7 @@
6666 }
6767 $blockStart += BATCH_SIZE;
6868 $blockEnd += BATCH_SIZE;
69 - if ( function_exists ( 'wgWaitForSlaves' ) )
70 - wfWaitForSlaves( 5 );
 69+ wfWaitForSlaves( 5 );
7170 }
7271 $db->commit();
7372 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r21708Load alternate sql file when using Postgres....greg02:16, 30 April 2007