X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=blobdiff_plain;f=src%2FFROGS%2FDataBase.pm;h=b3b721bb851e2b5b0c2f4675bae304efeb9aa1ed;hp=b37458ba6685f736dfdd31f58ec76f7d73e92b28;hb=d546361806d5b7245e063c050eb0347b84bc7880;hpb=8f037c123df00f587fda88e656579bcf17c8e66b 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; }