From: Aaron Schulz Date: Fri, 22 Jun 2007 00:21:54 +0000 (+0000) Subject: *Clean up comment X-Git-Tag: 1.31.0-rc.0~52461 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=90dc39d41f07492fa66c66eefa400b4e423257c1;p=lhc%2Fweb%2Fwiklou.git *Clean up comment --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bf589711ca..27fc28ddb0 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2296,8 +2296,7 @@ function wfLocalFile( $title ) { function wfQueriesMustScale() { global $wgMiserMode; - // If $wgMiserMode is true, it is either large or just cheap, other way the - // affect is the same... + // If $wgMiserMode is true, all queries must be efficient if( $wgMiserMode ) return true; // Try to roughly guess how large this wiki is.