Fix error with uninitialized variable.

This commit is contained in:
Jan Eitzinger 2019-05-07 15:02:40 +02:00
parent 7e88dac94c
commit ec62c8f004

View File

@ -264,7 +264,7 @@ if ( $hasprofile ) {
} }
my $query; my $query;
my $conditionstring; my $conditionstring = '';
if ( @conditions ){ if ( @conditions ){
$conditionstring = ' WHERE '; $conditionstring = ' WHERE ';