*Clean up comment
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 22 Jun 2007 00:21:54 +0000 (00:21 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 22 Jun 2007 00:21:54 +0000 (00:21 +0000)
includes/GlobalFunctions.php

index bf58971..27fc28d 100644 (file)
@@ -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.