r70229 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70228‎ | r70229 | r70230 >
Date:19:25, 31 July 2010
Author:reedy
Status:reverted
Tags:
Comment:
Fixup r70005 per CR (Hey, I only applied the patch ;))
Modified paths:
  • /trunk/extensions/Nuke/Nuke_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Nuke/Nuke_body.php
@@ -122,7 +122,7 @@
123123 array( 'rc_namespace', 'rc_title', 'rc_timestamp', 'COUNT(*) AS edits' ),
124124 array(
125125 'rc_user_text' => $username,
126 - '(rc_new = 1) OR (rc_log_type = "import" AND rc_log_action = "upload")'
 126+ "(rc_new = 1) OR (rc_log_type = 'import' AND rc_log_action = 'upload')"
127127 ),
128128 __METHOD__,
129129 array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70005*(bug 9120) Special:Nuke does not list imported page...reedy12:00, 27 July 2010

Status & tagging log