r42691 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42690‎ | r42691 | r42692 >
Date:22:08, 27 October 2008
Author:tparscal
Status:old
Tags:
Comment:
Removed unused variables.
Modified paths:
  • /trunk/extensions/LogEntry/LogEntry.page.php (modified) (history)
  • /trunk/extensions/LogEntry/LogEntry.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LogEntry/LogEntry.page.php
@@ -21,7 +21,7 @@
2222
2323 public function execute( $par ) {
2424 global $wgRequest, $wgOut, $wgUser;
25 - global $egLogEntryAppend, $egLogEntryUserName, $egLogEntryTimeStamp;
 25+ global $egLogEntryUserName, $egLogEntryTimeStamp;
2626
2727 // Begin output
2828 $this->setHeaders();
Index: trunk/extensions/LogEntry/LogEntry.php
@@ -25,9 +25,6 @@
2626 'descriptionmsg' => 'logentry-parserhook-desc',
2727 );
2828
29 -// Append == true, Prepend == false
30 -$egLogEntryAppend = true;
31 -
3229 // Show TimeStamp == true, No TimeStamp == false
3330 $egLogEntryTimeStamp = true;
3431

Status & tagging log