From: Aaron Schulz Date: Tue, 13 May 2008 06:39:55 +0000 (+0000) Subject: Comment X-Git-Tag: 1.31.0-rc.0~47677 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=df921ab0b942d900c3eec3e0d2d2d131823d2bfe;p=lhc%2Fweb%2Fwiklou.git Comment --- diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 1d2e1086d0..70f5b1c5fa 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -173,7 +173,7 @@ function wfSpecialRecentchanges( $par, $specialPage ) { $hidem = is_null($namespace) ? '' : ' AND rc_namespace' . ($invert ? '!=' : '=') . $namespace; // Is there either one namespace selected or excluded? - // Also, if this is the main namespace, just use timestamp index. + // Also, if this is "all" or main namespace, just use timestamp index. if( is_null($namespace) || $invert || $namespace == NS_MAIN ) { $res = $dbr->select( $tables, '*', array( "rc_timestamp >= '{$cutoff}' {$hidem}" ),