mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Fix error with uninitialized variable.
This commit is contained in:
parent
7e88dac94c
commit
ec62c8f004
@ -264,7 +264,7 @@ if ( $hasprofile ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $query;
|
my $query;
|
||||||
my $conditionstring;
|
my $conditionstring = '';
|
||||||
|
|
||||||
if ( @conditions ){
|
if ( @conditions ){
|
||||||
$conditionstring = ' WHERE ';
|
$conditionstring = ' WHERE ';
|
||||||
|
Loading…
Reference in New Issue
Block a user