From d473f63e50a365bf26948e06eaf3a933e5ad141d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 3 Jan 2009 21:34:44 +0000 Subject: [PATCH] Remove old comment --- includes/UserMailer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 731648cff9..ab1a740b98 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -448,9 +448,6 @@ class EmailNotification { $replyto = ''; /* fail safe */ $keys = array(); - # regarding the use of oldid as an indicator for the last visited version, see also - # http://bugzilla.wikipeda.org/show_bug.cgi?id=603 "Delete + undelete cycle doesn't preserve old_id" - # However, in the case of a new page which is already watched, we have no previous version to compare if( $this->oldid ) { $difflink = $this->title->getFullUrl( 'diff=0&oldid=' . $this->oldid ); $keys['$NEWPAGE'] = wfMsgForContent( 'enotif_lastvisited', $difflink ); -- 2.20.1