r10237 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10236‎ | r10237 | r10238 >
Date:11:21, 22 July 2005
Author:vibber
Status:old
Tags:
Comment:
Remove unused use of undefined variable
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -276,7 +276,6 @@
277277 $keys['$PAGETITLE'] = $pagetitle;
278278 $keys['$PAGETITLE_URL'] = $this->title->getFullUrl();
279279
280 - $keys['$PAGETIMESTAMP'] = $article->mTimestamp; # this is the raw internal timestamp - can be useful, too
281280 $keys['$PAGEMINOREDIT'] = $medit;
282281 $keys['$PAGESUMMARY'] = $summary;
283282

Status & tagging log