Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -276,7 +276,6 @@ |
277 | 277 | $keys['$PAGETITLE'] = $pagetitle; |
278 | 278 | $keys['$PAGETITLE_URL'] = $this->title->getFullUrl(); |
279 | 279 | |
280 | | - $keys['$PAGETIMESTAMP'] = $article->mTimestamp; # this is the raw internal timestamp - can be useful, too |
281 | 280 | $keys['$PAGEMINOREDIT'] = $medit; |
282 | 281 | $keys['$PAGESUMMARY'] = $summary; |
283 | 282 | |