From bc0958515272a4e3f146a372c609be33a022c8ad Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sun, 29 May 2011 15:45:02 +0000 Subject: [PATCH] Followup r89114: Ctrl-S is your friend... --- includes/LogEventsList.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 6ec54e10d0..3960b05555 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -505,8 +505,6 @@ class LogEventsList { # Fall back to a blue contributions link $revert = $this->skin->userToolLinks( 1, $title->getDBkey() ); } - #$ts = wfTimestamp( TS_UNIX, $row->log_timestamp ); - var_dump( wfTimestamp( TS_UNIX, '20080129000000' ) ); if( $row->log_timestamp < '20080129000000' ) { # Suppress $comment from old entries (before 2008-01-29), # not needed and can contain incorrect links -- 2.20.1