remove accidentally left-in debugging output
authorArne Heizmann <timwi@users.mediawiki.org>
Sat, 14 Aug 2004 08:17:59 +0000 (08:17 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sat, 14 Aug 2004 08:17:59 +0000 (08:17 +0000)
includes/SpecialAllpages.php

index e4b7bba..74b9054 100644 (file)
@@ -101,7 +101,6 @@ function indexShowToplevel ( $namespace = 0 )
                        $from = $i * $indexMaxperpage;
                $limit = ( $i == $offset || $i == $stopat ) ? 1 : 2;
                $sql = "SELECT cur_title $fromwhere $order_str " . $dbr->limitResult ( $limit, $from );
-               echo "($offset/$stopat) $sql<br>\n";
                $res = $dbr->query( $sql, $fname );
                $s = $dbr->fetchObject( $res );
                array_push ( $lines, $s->cur_title );