summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 08:42:31 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 08:42:31 +0000
commit621b3e8d4771f21e4ac620f957abdb5dc8573fd6 (patch)
tree7c715328526416ca76f7ef73ba5a7748cc51f69f /frontends/php/include/defines.inc.php
parentacf3d2d5e9493430c187af9dc673bf5fcf438593 (diff)
downloadzabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.tar.gz
zabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.tar.xz
zabbix-621b3e8d4771f21e4ac620f957abdb5dc8573fd6.zip
- added support of NOT IN operator for time periods (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index e709a73a..59043c76 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -126,6 +126,7 @@
define('CONDITION_OPERATOR_IN', 4);
define('CONDITION_OPERATOR_MORE_EQUAL', 5);
define('CONDITION_OPERATOR_LESS_EQUAL', 6);
+ define('CONDITION_OPERATOR_NOT_IN', 7);
define('HOST_STATUS_MONITORED', 0);
define('HOST_STATUS_NOT_MONITORED', 1);