r125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r124‎ | r125 | r126 >
Date:19:05, 11 February 2002
Author:magnus_manske
Status:old
Tags:
Comment:
fixed statistics bug (old pages)
Modified paths:
  • /trunk/phpwiki/fpw/special_statistics.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/special_statistics.php
@@ -62,6 +62,7 @@
6363 $sql = "SELECT COUNT(*) as number FROM old" ;
6464 $result = mysql_query ( $sql , $connection ) ;
6565 $s = mysql_fetch_object ( $result ) ;
 66+ $oldPages = $s->number ;
6667 $p = round ( $oldPages / $totalPages , 2 ) ;
6768 $ret .= "<li>".str_replace ( "$1" , "$nf1$oldPages$nf2" , str_replace ( "$2" , $p , $wikiStatOld ) )."</li>" ;
6869 mysql_free_result ( $result ) ;

Status & tagging log