From cd33d9b2ce7772c80b5f5b9fb3dc4c7482fcd591 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 16 Jun 2007 04:36:17 +0000 Subject: [PATCH] Revert r20429, doesn't work. --- includes/SpecialWatchlist.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 403ee8fefe..0ef8aecc5f 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -257,8 +257,7 @@ function wfSpecialWatchlist( $par ) { $andLatest=''; $limitWatchlist = 'LIMIT ' . intval( $wgUser->getOption( 'wllimit' ) ); } else { - # Top log Ids for a page are not stored - $andLatest= 'AND (rc_this_oldid=page_latest OR rc_type=' . RC_LOG . ') '; + $andLatest= 'AND rc_this_oldid=page_latest'; $limitWatchlist = ''; } -- 2.20.1