From df921ab0b942d900c3eec3e0d2d2d131823d2bfe Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 May 2008 06:39:55 +0000 Subject: [PATCH] Comment --- includes/SpecialRecentchanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ), -- 2.20.1