From: Arne Heizmann Date: Sat, 14 Aug 2004 08:17:59 +0000 (+0000) Subject: remove accidentally left-in debugging output X-Git-Tag: 1.5.0alpha1~2373 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=2d0158fd648675657614b8db459c0901c7ac3bfb;p=lhc%2Fweb%2Fwiklou.git remove accidentally left-in debugging output --- 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 );