From ad1a369bf8eea09ea538004977728308ecdbea01 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 6 Aug 2008 08:07:12 +0000 Subject: - [DEV-137] fixes in screens (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5878 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/include/db.inc.php') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 2dcec73f..15a12348 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -730,6 +730,8 @@ else { function DBcondition($fieldname, &$array, $notin=false){ global $DB; $condition = ''; + +//if(!is_array($array)) SDI('OPA: '.$fieldname.' : '.$array); $in = $notin?' NOT IN ':' IN '; $concat = $notin?' AND ':' OR '; -- cgit