mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +00:00
Fix deprecated warning.
This commit is contained in:
parent
72dc5b1f39
commit
2589a886f8
@ -256,7 +256,7 @@ if ( defined($script) ) {
|
||||
}
|
||||
}
|
||||
|
||||
if ( defined(@{$queries}) && @{$queries} ) {
|
||||
if ( defined($queries) && @{$queries} ) {
|
||||
opendb() unless defined($dbh);
|
||||
print "\n";
|
||||
print STDERR "Processing special queries\n" if ( $debug );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user