From: Alexandre Emsenhuber Date: Sat, 23 Aug 2008 20:35:23 +0000 (+0000) Subject: forgot debugging code X-Git-Tag: 1.31.0-rc.0~45701 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=4627bbd5457adebc5a506352406a77beab50e3af;p=lhc%2Fweb%2Fwiklou.git forgot debugging code --- diff --git a/includes/specials/SpecialAllpages.php b/includes/specials/SpecialAllpages.php index 9745b5f551..efc3dc945d 100644 --- a/includes/specials/SpecialAllpages.php +++ b/includes/specials/SpecialAllpages.php @@ -136,7 +136,7 @@ class SpecialAllpages extends IncludableSpecialPage { global $wgMemc; $key = wfMemcKey( 'allpages', 'ns', $namespace, $from, $to ); - $lines = '';//$wgMemc->get( $key ); + $lines = $wgMemc->get( $key ); $count = $dbr->estimateRowCount( 'page', '*', $where, __METHOD__ ); $maxPerSubpage = intval($count/$this->maxLineCount);