From: Benni Bärmann Date: Wed, 5 Sep 2012 20:33:59 +0000 (+0200) Subject: ? X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=commitdiff_plain;h=d546361806d5b7245e063c050eb0347b84bc7880 ? --- diff --git a/src/FROGS/DataBase.pm b/src/FROGS/DataBase.pm index b37458b..b3b721b 100644 --- a/src/FROGS/DataBase.pm +++ b/src/FROGS/DataBase.pm @@ -538,6 +538,8 @@ sub open_games{ $c .= "AND $cond" if $cond; my $unused = $self->select_array('MAP','LOCATION','',$c); + + print $unused; push @log, $game if $#{@$unused} + 1; }