X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=blobdiff_plain;f=src%2FFROGS%2FDataBase.pm;fp=src%2FFROGS%2FDataBase.pm;h=32342dd69a549031820c30fbd7bea68c7a7a9ae7;hp=a99df02a92e6cbaff6bd424870eec12749e7b329;hb=edbdf981639e5bc7d16a8ccd7e59ce2cf71bd142;hpb=73e30475befe4d8d5e99d005051f60fc5730bd1a;ds=sidebyside 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);