--- DBI-1.616-TpIojo/lib/DBI/DBD/SqlEngine.pm.orig 2010-12-22 00:00:15.000000000 +0100 +++ DBI-1.616-TpIojo/lib/DBI/DBD/SqlEngine.pm 2011-07-03 14:21:52.000000000 +0200 @@ -685,7 +685,7 @@ my @tables = $dbh->func("get_avail_tables") or return; foreach my $ref (@tables) { - push @tables, $ref->[2]; + push @table_list, $ref->[2]; } return @table_list;