]> ruin.nu Git - ndwebbie.git/blobdiff - scripts/stats.pl
Remove old ugly hacks from pre-history
[ndwebbie.git] / scripts / stats.pl
index 432a5105b3761105f4bfe26272101e5f9b050079..fb30c24717ed622bf6897f419c263c6f101fb3e4 100755 (executable)
@@ -35,8 +35,6 @@ use ND::DB;
 
 our $dbh = ND::DB::DB();
 
-$dbh->do("SET CLIENT_ENCODING TO 'LATIN1';");
-
 my %classes = (Fighter => 'Fi', Corvette => 'Co', Frigate => 'Fr', Destroyer => 'De', Cruiser => 'Cr', Battleship => 'Bs');
 
 my $file = get("http://game.planetarion.com/manual.pl?page=stats");