commit version 22.12.12447
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage web
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2021 Observium Limited
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2022 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
$where = ' WHERE 1 ' . generate_query_values($device['device_id'], 'device_id');
|
||||
$where = ' WHERE 1 ' . generate_query_values_and($device['device_id'], 'device_id');
|
||||
|
||||
$timestamp_min = dbFetchCell('SELECT `timestamp` FROM `syslog` '.$where.' ORDER BY `timestamp` LIMIT 0,1;');
|
||||
if ($timestamp_min)
|
||||
|
Reference in New Issue
Block a user