I have ghosts in my cvs today :-(
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 28 Aug 2005 00:29:14 +0000 (00:29 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 28 Aug 2005 00:29:14 +0000 (00:29 +0000)
includes/SpecialWatchlist.php

index 4bb2870..f534905 100644 (file)
@@ -250,7 +250,6 @@ function wfSpecialWatchlist( $par ) {
           AND wl_title=rc_title
           AND rc_timestamp > '$cutoff'
           AND rc_cur_id=page_id
-          AND rc_this_oldid=page_latest
           $andHideOwn
           $andHideBotsOptional
           ORDER BY rc_timestamp DESC";