r9543 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9542‎ | r9543 | r9544 >
Date:01:31, 21 June 2005
Author:avar
Status:old
Tags:
Comment:
* Removed a redundant variable by the name of 'redundant' from this redundancy
checking script.
Modified paths:
  • /trunk/phase3/maintenance/redundanttrans.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/redundanttrans.php
@@ -16,7 +16,6 @@
1717 $count = $total = 0;
1818 $msgarray = 'wgAllMessages' . ucfirst( $wgLanguageCode );
1919
20 -$redundant = array();
2120 foreach ( $$msgarray as $code => $msg ) {
2221 ++$total;
2322 if ( ! array_key_exists( $code, $wgAllMessagesEn ) ) {

Status & tagging log