Page MenuHomePhabricator

SpecialRecentchangeslinked.diff

Authored By
bzimport
Nov 21 2014, 9:37 PM
Size
642 B
Referenced Files
None
Subscribers
None

SpecialRecentchangeslinked.diff

Index: SpecialRecentchangeslinked.php
===================================================================
--- SpecialRecentchangeslinked.php (revision 20562)
+++ SpecialRecentchangeslinked.php (working copy)
@@ -72,7 +72,7 @@
$GROUPBY = "
GROUP BY rc_cur_id,rc_namespace,rc_title,
rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor,
- rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot, rc_patrolled, rc_type, rc_old_len, rc_new_len
+ rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot, rc_patrolled, rc_type, rc_old_len, rc_new_len, rc_deleted
" . ($uid ? ",wl_user" : "") . "
ORDER BY rc_timestamp DESC
LIMIT {$limit}";

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3308
Default Alt Text
SpecialRecentchangeslinked.diff (642 B)

Event Timeline