From 3e5761b57f642e36733c3e1e5f5107928e9ce019 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 21 Mar 2007 22:53:06 +0000 Subject: [PATCH] More GROUP BY fun, fixes bug #9363, thanks to Mathias Behrie --- includes/SpecialRecentchangeslinked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 2594116389..1ab5e9e3cb 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -71,7 +71,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { $GROUPBY = " GROUP BY rc_cur_id,rc_namespace,rc_title, - rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor, + rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor,rc_deleted, rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot, rc_patrolled, rc_type, rc_old_len, rc_new_len " . ($uid ? ",wl_user" : "") . " ORDER BY rc_timestamp DESC -- 2.20.1