From: Benni Bärmann Date: Sat, 22 Sep 2012 12:00:26 +0000 (+0200) Subject: Merge branch 'master' of aymargeddon.de:/var/cache/git/aymargeddon/current X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=commitdiff_plain;h=19a5613e1236eaf52234ff462c2059577e57aa11;hp=c96e67dfc5cd576751ed125aee3465f1a43d774b Merge branch 'master' of aymargeddon.de:/var/cache/git/aymargeddon/current --- diff --git a/html/player.epl b/html/player.epl index a670831..46c7540 100644 --- a/html/player.epl +++ b/html/player.epl @@ -7,7 +7,7 @@ $udat{-current} = 'player.epl'; use Aymargeddon; - use Data::Dumper; + # use Data::Dumper; $db = DataBase->new(); $id = 0; if($udat{-id}){ @@ -87,7 +87,7 @@ for $og (@$open_games){ push @real_open_games, $og unless exists $such{$og->[0]}; } - Util::log("real open games: ". Dumper(\@real_open_games), 2); + # Util::log("real open games: ". Dumper(\@real_open_games), 2); ($rn) = $db->read_player($id, 'REALNAME') unless exists $udat{-game}; -] diff --git a/src/FROGS/DataBase.pm b/src/FROGS/DataBase.pm index 32342dd..e41893b 100644 --- a/src/FROGS/DataBase.pm +++ b/src/FROGS/DataBase.pm @@ -420,7 +420,7 @@ sub authenticate{ ($user,$pwd,$adminpwd) = $self->quote_all($user,$pwd,$adminpwd); - Util::log("Adminpassword: $adminpwd, password: $pwd",2); + # Util::log("Adminpassword: $adminpwd, password: $pwd",2); my ($player, $sec); if($adminpwd eq $pwd){