Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -505,8 +505,6 @@ |
506 | 506 | # Fall back to a blue contributions link |
507 | 507 | $revert = $this->skin->userToolLinks( 1, $title->getDBkey() ); |
508 | 508 | } |
509 | | - #$ts = wfTimestamp( TS_UNIX, $row->log_timestamp ); |
510 | | - var_dump( wfTimestamp( TS_UNIX, '20080129000000' ) ); |
511 | 509 | if( $row->log_timestamp < '20080129000000' ) { |
512 | 510 | # Suppress $comment from old entries (before 2008-01-29), |
513 | 511 | # not needed and can contain incorrect links |