found another password display bug
authorBenni Bärmann <benni@obda.de>
Sat, 22 Sep 2012 18:13:40 +0000 (20:13 +0200)
committerBenni Bärmann <benni@obda.de>
Sat, 22 Sep 2012 18:13:40 +0000 (20:13 +0200)
html/player.epl
src/FROGS/Config.pm

index 46c7540..d954a1e 100644 (file)
@@ -27,7 +27,7 @@
   ($udat{-lang}) = $db->read_player($id,'LANGUAGE');
  }
 
   ($udat{-lang}) = $db->read_player($id,'LANGUAGE');
  }
 
 $escmode = 0;
+ $escmode = 0;
 
  # TODO: klappt nich :-(
  # $out = '<body style="font-size:10pt" bgcolor="'.$conf->{-COLOR}->{-EMPTY}.'">';
 
  # TODO: klappt nich :-(
  # $out = '<body style="font-size:10pt" bgcolor="'.$conf->{-COLOR}->{-EMPTY}.'">';
index 47423a9..4244760 100644 (file)
@@ -200,7 +200,7 @@ while(<CONFIG>){
   next if /^\s*\#.*$/;
   $::conf->{-DB_PASSWD} = $_;
 }
   next if /^\s*\#.*$/;
   $::conf->{-DB_PASSWD} = $_;
 }
-print  $::conf->{-DB_PASSWD};
+
 close CONFIG or die "could not close config file $conf: $!\n";
 
 1;
 close CONFIG or die "could not close config file $conf: $!\n";
 
 1;