commit version 22.12.12447
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium Network Management and Monitoring System
|
||||
* Copyright (C) 2006-2015, Adam Armstrong - http://www.observium.org
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage webui
|
||||
* @author Adam Armstrong <adama@observium.org>
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
* @subpackage web
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2022 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
@ -47,7 +46,7 @@ $form['row'][0]['device_id'] = array(
|
||||
// Add device_id limit for other fields
|
||||
if (isset($vars['device_id']))
|
||||
{
|
||||
$where .= generate_query_values($vars['device_id'], 'device_id');
|
||||
$where .= generate_query_values_and($vars['device_id'], 'device_id');
|
||||
}
|
||||
|
||||
// Checkers Field
|
||||
|
Reference in New Issue
Block a user