From 2d0158fd648675657614b8db459c0901c7ac3bfb Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Sat, 14 Aug 2004 08:17:59 +0000 Subject: [PATCH] remove accidentally left-in debugging output --- includes/SpecialAllpages.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index e4b7bbaf34..74b9054bee 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -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
\n"; $res = $dbr->query( $sql, $fname ); $s = $dbr->fetchObject( $res ); array_push ( $lines, $s->cur_title ); -- 2.20.1