mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Fix error with uninitialized variable.
This commit is contained in:
@@ -264,7 +264,7 @@ if ( $hasprofile ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $query;
|
my $query;
|
||||||
my $conditionstring;
|
my $conditionstring = '';
|
||||||
|
|
||||||
if ( @conditions ){
|
if ( @conditions ){
|
||||||
$conditionstring = ' WHERE ';
|
$conditionstring = ' WHERE ';
|
||||||
|
Reference in New Issue
Block a user