r51702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51701‎ | r51702 | r51703 >
Date:18:09, 10 June 2009
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Remove call to print_c() function which seems to have disappeared off the face of the earth
Modified paths:
  • /trunk/phase3/maintenance/rebuildtextindex.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildtextindex.inc
@@ -45,7 +45,7 @@
4646 $n = 0;
4747
4848 while ( $n < $count ) {
49 - print_c( $n - 1, $n);
 49+ echo $n . "\n";
5050 $end = $n + RTI_CHUNK_SIZE - 1;
5151 $sql = "SELECT page_id, page_namespace, page_title, old_flags, old_text
5252 FROM $page, $revision, $text

Comments

#Comment by Tim Starling (talk | contribs)   03:35, 15 June 2009

And good riddance.

Status & tagging log