Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -448,9 +448,6 @@ |
449 | 449 | $replyto = ''; /* fail safe */ |
450 | 450 | $keys = array(); |
451 | 451 | |
452 | | - # regarding the use of oldid as an indicator for the last visited version, see also |
453 | | - # http://bugzilla.wikipeda.org/show_bug.cgi?id=603 "Delete + undelete cycle doesn't preserve old_id" |
454 | | - # However, in the case of a new page which is already watched, we have no previous version to compare |
455 | 452 | if( $this->oldid ) { |
456 | 453 | $difflink = $this->title->getFullUrl( 'diff=0&oldid=' . $this->oldid ); |
457 | 454 | $keys['$NEWPAGE'] = wfMsgForContent( 'enotif_lastvisited', $difflink ); |