From: Tim Starling Date: Sat, 16 Jun 2007 04:36:17 +0000 (+0000) Subject: Revert r20429, doesn't work. X-Git-Tag: 1.31.0-rc.0~52533 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=cd33d9b2ce7772c80b5f5b9fb3dc4c7482fcd591;p=lhc%2Fweb%2Fwiklou.git Revert r20429, doesn't work. --- 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 = ''; }