Revision 2e8e0934
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
918 | 918 |
|
919 | 919 |
my ($count) = selectrow_query($main::form, $dbh, $query, @tables); |
920 | 920 |
|
921 |
return scalar @tables == $count;
|
|
921 |
scalar @tables == $count; |
|
922 | 922 |
} |
923 | 923 |
} |
924 | 924 |
|
Auch abrufbar als: Unified diff
Auth: table_present caching gefixt
return aus dem do { } Block verhindert das memoizing.