summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-07-25 11:42:34 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-07-25 11:42:34 +0000
commitedae9a3b442bd960446714093786bad5bfbbb4f3 (patch)
treec4b8bef5172d58757a8d946f99a3a90048d9d107 /frontends/php/include
parent61fdae53dc1af1bd7276adeb85c7de5b85760e9e (diff)
downloadzabbix-edae9a3b442bd960446714093786bad5bfbbb4f3.tar.gz
zabbix-edae9a3b442bd960446714093786bad5bfbbb4f3.tar.xz
zabbix-edae9a3b442bd960446714093786bad5bfbbb4f3.zip
- fix to show HTML characters of string items in Latest Values and
History (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@866 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/defines.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index fad2cbcf..8bcce790 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -1,4 +1,7 @@
<?php
+ define("ITEM_VALUE_TYPE_FLOAT",0);
+ define("ITEM_VALUE_TYPE_STR",1);
+
define("ITEM_STATUS_ACTIVE",0);
define("ITEM_STATUS_DISABLED",1);
define("ITEM_STATUS_NOTSUPPORTED",3);