From: Anders Wegge Jakobsen Date: Sun, 28 Aug 2005 00:03:14 +0000 (+0000) Subject: Always read a diff before committing code X-Git-Tag: 1.6.0~1773 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=cb476d1193d026bb9830e65c160697d170a45adf;p=lhc%2Fweb%2Fwiklou.git Always read a diff before committing code --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 768bd4673e..4bb2870b6a 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -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"; }