mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Revert "Remove last logical operator from generated SQL in GenGroupSQL"
This commit is contained in:
@@ -46,7 +46,6 @@ function GenGroupSQL($pattern, $search='') {
|
||||
$pattern = str_replace($opt, $tmpp[0].'.'.$tmpp[1], $pattern);
|
||||
}
|
||||
}
|
||||
$pattern = substr($pattern, 0, -3);
|
||||
|
||||
$tables = array_keys(array_flip($tables));
|
||||
$x = sizeof($tables);
|
||||
|
||||
Reference in New Issue
Block a user