Index: trunk/extensions/LogEntry/LogEntry.page.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | |
23 | 23 | public function execute( $par ) { |
24 | 24 | global $wgRequest, $wgOut, $wgUser; |
25 | | - global $egLogEntryAppend, $egLogEntryUserName, $egLogEntryTimeStamp; |
| 25 | + global $egLogEntryUserName, $egLogEntryTimeStamp; |
26 | 26 | |
27 | 27 | // Begin output |
28 | 28 | $this->setHeaders(); |
Index: trunk/extensions/LogEntry/LogEntry.php |
— | — | @@ -25,9 +25,6 @@ |
26 | 26 | 'descriptionmsg' => 'logentry-parserhook-desc', |
27 | 27 | ); |
28 | 28 | |
29 | | -// Append == true, Prepend == false |
30 | | -$egLogEntryAppend = true; |
31 | | - |
32 | 29 | // Show TimeStamp == true, No TimeStamp == false |
33 | 30 | $egLogEntryTimeStamp = true; |
34 | 31 | |