Always read a diff before committing code
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 28 Aug 2005 00:03:14 +0000 (00:03 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Sun, 28 Aug 2005 00:03:14 +0000 (00:03 +0000)
includes/SpecialWatchlist.php

index 768bd46..4bb2870 100644 (file)
@@ -208,7 +208,7 @@ function wfSpecialWatchlist( $par ) {
        if( $wgFilterRobotsWL ) {
                $andHideBotsOptional = $hideBots ? "AND (rc_bot = 0)" : '';
        } else {
-               $andHideBotsOptional = "AND AND  rc_this_oldid=page_latest";
+               $andHideBotsOptional = "AND rc_this_oldid=page_latest";
        }