From 8a4c4454a144c2eab9534e558604e9e11c4da585 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 30 Jul 2008 12:47:04 +0000 Subject: - [DEV-137] fix for oracle (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5854 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 0684a2fc..10721bda 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -80,7 +80,7 @@ include_once "include/page_header.php"; ' or (h.status='.HOST_STATUS_MONITORED.' AND h.available='.HOST_AVAILABLE_FALSE.' AND h.disable_until<='.$now.')) '. ' AND i.hostid=h.hostid '. ' AND i.nextcheck<'.$now. - ' AND i.key_ not in ("status","icmpping","icmppingsec","zabbix[log]") '. + ' AND i.key_ NOT IN ('.zbx_dbstr('status').','.zbx_dbstr('icmpping').','.zbx_dbstr('icmppingsec').','.zbx_dbstr('zabbix[log]').') '. ' AND i.value_type not in ('.ITEM_VALUE_TYPE_LOG.') '. ' AND '.DBcondition('h.hostid',$available_hosts). ' AND '.DBin_node('h.hostid', get_current_nodeid()). -- cgit