mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +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);
|
opendb() unless defined($dbh);
|
||||||
print "\n";
|
print "\n";
|
||||||
print STDERR "Processing special queries\n" if ( $debug );
|
print STDERR "Processing special queries\n" if ( $debug );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user