From: Aaron Schulz Date: Sat, 3 Jan 2009 21:34:44 +0000 (+0000) Subject: Remove old comment X-Git-Tag: 1.31.0-rc.0~43573 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=d473f63e50a365bf26948e06eaf3a933e5ad141d;p=lhc%2Fweb%2Fwiklou.git Remove old comment --- 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 );