From: Aaron Schulz Date: Thu, 13 Mar 2008 13:42:53 +0000 (+0000) Subject: Remove comment clutter X-Git-Tag: 1.31.0-rc.0~49140 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d5a2d6b7b66bf03ed8bbe5a88cac39b38049f472;p=lhc%2Fweb%2Fwiklou.git Remove comment clutter --- diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 423ce96850..5553c18fdb 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -638,9 +638,7 @@ function rcFormatDiff( $row ) { $titleObj = Title::makeTitle( $row->rc_namespace, $row->rc_title ); $timestamp = wfTimestamp( TS_MW, $row->rc_timestamp ); - # Log action $actiontext = ''; - # Add action if( $row->rc_type == RC_LOG ) { if( $row->rc_deleted & LogPage::DELETED_ACTION ) { $actiontext = wfMsgHtml('rev-deleted-event');