From: Benni Bärmann Date: Wed, 5 Sep 2012 20:34:28 +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=edbdf981639e5bc7d16a8ccd7e59ce2cf71bd142;hp=73e30475befe4d8d5e99d005051f60fc5730bd1a Merge branch 'master' of aymargeddon.de:/var/cache/git/aymargeddon/current --- diff --git a/src/FROGS/DataBase.pm b/src/FROGS/DataBase.pm index a99df02..32342dd 100644 --- a/src/FROGS/DataBase.pm +++ b/src/FROGS/DataBase.pm @@ -538,6 +538,8 @@ sub open_games{ $c .= " AND $cond" if $cond; Util::log($c."\n",1); my $unused = $self->select_array('MAP','LOCATION','',$c); + + print $unused; Util::log(Dumper(@$unused),1);