X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2c8aca791e958204de1152cebe67d3248e5153dc..2e8e09343f7c603879ee4252e8915bcd80bdb7ab:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 3f8589df2..f4f096a6c 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -918,7 +918,7 @@ sub _tables_present { my ($count) = selectrow_query($main::form, $dbh, $query, @tables); - return scalar @tables == $count; + scalar @tables == $count; } }