r10814 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10813‎ | r10814 | r10815 >
Date:00:03, 28 August 2005
Author:wegge
Status:old
Tags:
Comment:
Always read a diff before committing code
Modified paths:
  • /trunk/phase3/includes/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWatchlist.php
@@ -208,7 +208,7 @@
209209 if( $wgFilterRobotsWL ) {
210210 $andHideBotsOptional = $hideBots ? "AND (rc_bot = 0)" : '';
211211 } else {
212 - $andHideBotsOptional = "AND AND rc_this_oldid=page_latest";
 212+ $andHideBotsOptional = "AND rc_this_oldid=page_latest";
213213 }
214214
215215

Status & tagging log