Remove call to print_c() function which seems to have disappeared off the face of...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Jun 2009 18:09:21 +0000 (18:09 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Jun 2009 18:09:21 +0000 (18:09 +0000)
maintenance/rebuildtextindex.inc

index f972d14..fc059f8 100644 (file)
@@ -45,7 +45,7 @@ function rebuildTextIndex( &$database )
        $n = 0;
 
        while ( $n < $count ) {
-               print_c( $n - 1, $n);
+               echo $n . "\n";
                $end = $n + RTI_CHUNK_SIZE - 1;
                $sql = "SELECT page_id, page_namespace, page_title, old_flags, old_text
                          FROM $page, $revision, $text