diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-04 08:42:31 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-04 08:42:31 +0000 |
| commit | 621b3e8d4771f21e4ac620f957abdb5dc8573fd6 (patch) | |
| tree | 7c715328526416ca76f7ef73ba5a7748cc51f69f /frontends/php/include/defines.inc.php | |
| parent | acf3d2d5e9493430c187af9dc673bf5fcf438593 (diff) | |
| download | zabbix-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.php | 1 |
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); |
