mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Fixes issues with addresses having ' in
This commit is contained in:
@@ -79,8 +79,7 @@ if (!empty($_POST['location']) && $_POST['location'] == 'Unset') {
|
||||
|
||||
if (!empty($_POST['location'])) {
|
||||
$sql .= " AND `location` = ?";
|
||||
$param[] = mres($_POST['location']);
|
||||
$param[] = mres($_POST['location']);
|
||||
$param[] = $_POST['location'];
|
||||
}
|
||||
|
||||
if (!empty($_POST['group'])) {
|
||||
|
||||
Reference in New Issue
Block a user