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 @@
17
17
$count = $total = 0;
18
18
$msgarray = 'wgAllMessages' . ucfirst( $wgLanguageCode );
19
19
20
-$redundant = array();
21
20
foreach ( $$msgarray as $code => $msg ) {
22
21
++$total;
23
22
if ( ! array_key_exists( $code, $wgAllMessagesEn ) ) {
Status & tagging log
01:56, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r9543
[
removed:
new
added:
old]