Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -505,8 +505,9 @@ |
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 | | - if( $ts < '20080129000000' ) { |
| 509 | + #$ts = wfTimestamp( TS_UNIX, $row->log_timestamp ); |
| 510 | + var_dump( wfTimestamp( TS_UNIX, '20080129000000' ) ); |
| 511 | + if( $row->log_timestamp < '20080129000000' ) { |
511 | 512 | # Suppress $comment from old entries (before 2008-01-29), |
512 | 513 | # not needed and can contain incorrect links |
513 | 514 | $comment = ''; |