From: Aaron Schulz Date: Wed, 14 Mar 2007 01:55:44 +0000 (+0000) Subject: *Add rc_deleted X-Git-Tag: 1.31.0-rc.0~53754 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=615935c4a6d70bd7d8b96859b7b61f06f19a4927;p=lhc%2Fweb%2Fwiklou.git *Add rc_deleted --- diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index a3e18f898b..2594116389 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -97,7 +97,8 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { rc_patrolled, rc_type, rc_old_len, - rc_new_len + rc_new_len, + rc_deleted " . ($uid ? ",wl_user" : "") . " FROM $categorylinks, $recentchanges " . ($uid ? "LEFT OUTER JOIN $watchlist ON wl_user={$uid} AND wl_title=rc_title AND wl_namespace=rc_namespace " : "") . " @@ -126,7 +127,8 @@ $GROUPBY rc_patrolled, rc_type, rc_old_len, - rc_new_len + rc_new_len, + rc_deleted " . ($uid ? ",wl_user" : "") . " FROM $pagelinks, $recentchanges " . ($uid ? " LEFT OUTER JOIN $watchlist ON wl_user={$uid} AND wl_title=rc_title AND wl_namespace=rc_namespace " : "") . "