* rmed redundant code
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 6 Apr 2005 17:53:58 +0000 (17:53 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 6 Apr 2005 17:53:58 +0000 (17:53 +0000)
maintenance/fetchInterwiki.pl

index a4ff14a..cb56a6d 100644 (file)
@@ -11,7 +11,6 @@ my $map = &get(&url('http://usemod.com/intermap.txt'));
 my $cont;
 my @map = split /\n/, $map;
 
-open IW, ">Interwiki.php";
 $cont .= '<?php
 # Note: this file is generated by maintenance/fetchInterwiki.pl
 # Edit and rerun that script rather than modifying this directly.