summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 532e2cab..c0f97c7e 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -42,12 +42,12 @@
function BETWEEN($min,$max)
{
- return "({}=>$min&&{}<=$max)&&";
+ return "({}>=$min&&{}<=$max)&&";
}
function GT($value)
{
- return "({}=>$value)&&";
+ return "({}>=$value)&&";
}
function IN($array)
@@ -84,10 +84,10 @@
"groupid"=> array(T_ZBX_INT, O_MAND, "items", NULL, BETWEEN(0,65535*65536), NULL)
);
- if(!check_fields($fields))
- {
- info("ZZZ");
- }
+// if(!check_fields($fields))
+// {
+// show_messages();
+// }
?>
<?php