r45384 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45383‎ | r45384 | r45385 >
Date:21:34, 3 January 2009
Author:aaron
Status:ok
Tags:
Comment:
Remove old comment
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -448,9 +448,6 @@
449449 $replyto = ''; /* fail safe */
450450 $keys = array();
451451
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
455452 if( $this->oldid ) {
456453 $difflink = $this->title->getFullUrl( 'diff=0&oldid=' . $this->oldid );
457454 $keys['$NEWPAGE'] = wfMsgForContent( 'enotif_lastvisited', $difflink );

Status & tagging log