Index: trunk/extensions/Nuke/Nuke_body.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | array( 'rc_namespace', 'rc_title', 'rc_timestamp', 'COUNT(*) AS edits' ), |
124 | 124 | array( |
125 | 125 | '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')" |
127 | 127 | ), |
128 | 128 | __METHOD__, |
129 | 129 | array( |