r4743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r4742‎ | r4743 | r4744 >
Date:08:17, 14 August 2004
Author:timwi
Status:old
Tags:
Comment:
remove accidentally left-in debugging output
Modified paths:
  • /trunk/phase3/includes/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialAllpages.php
@@ -101,7 +101,6 @@
102102 $from = $i * $indexMaxperpage;
103103 $limit = ( $i == $offset || $i == $stopat ) ? 1 : 2;
104104 $sql = "SELECT cur_title $fromwhere $order_str " . $dbr->limitResult ( $limit, $from );
105 - echo "($offset/$stopat) $sql<br>\n";
106105 $res = $dbr->query( $sql, $fname );
107106 $s = $dbr->fetchObject( $res );
108107 array_push ( $lines, $s->cur_title );

Status & tagging log