Revert r20429, doesn't work.
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 16 Jun 2007 04:36:17 +0000 (04:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 16 Jun 2007 04:36:17 +0000 (04:36 +0000)
includes/SpecialWatchlist.php

index 403ee8f..0ef8aec 100644 (file)
@@ -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 = '';
        }