r61375 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61374
|
r61375
|
r61376
>
Date:
18:13, 22 January 2010
Author:
demon
Status:
ok
Tags:
Comment:
Use correct variable name
Modified paths:
/trunk/phase3/maintenance/mcc.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/mcc.php
—
—
@@ -35,7 +35,7 @@
36
36
print "$cmd: $desc\n";
37
37
}
38
38
} elseif( isset( $commandList[$command] ) ) {
39
- print "$cmd: $desc\n";
39
+ print "$command: $commandList[$command]\n";
40
40
} else {
41
41
print "$command: command does not exist or no help for it\n";
42
42
}
Status & tagging log
23:32, 28 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61375
[
removed:
new
added:
ok]