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 @@
5454 */
5555 function efDuplicatorSetupAliases( &$aliases, $lang ) {
5656 $ours = efDuplicatorAliases( $lang );
57 - if( count( $ours ) > 0 ) {
58 - print_r( $ours );
 57+ if( count( $ours ) > 0 )
5958 $aliases['Duplicator'] = $ours;
60 - }
6159 return true;
6260 }
6361

Status & tagging log