r24568 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r24567
|
r24568
|
r24569
>
Date:
18:21, 3 August 2007
Author:
robchurch
Status:
old
Tags:
Comment:
Hm, attractive though it is, I don't think spewing the list out will do much for our users...
Modified paths:
/trunk/extensions/Duplicator/Duplicator.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Duplicator/Duplicator.php
—
—
@@ -53,10 +53,8 @@
54
54
*/
55
55
function efDuplicatorSetupAliases( &$aliases, $lang ) {
56
56
$ours = efDuplicatorAliases( $lang );
57
- if( count( $ours ) > 0 ) {
58
- print_r( $ours );
57
+ if( count( $ours ) > 0 )
59
58
$aliases['Duplicator'] = $ours;
60
- }
61
59
return true;
62
60
}
63
61
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r24568
[
removed:
ok
added:
old]