From bb235bd63289bd6debf4a951e4169fb3c9430a5f Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 22 Feb 2006 12:39:55 +0000 Subject: - added value mapping for e-mail content (Eugene) - fixed frontend (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2671 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index 4b13215f..b8c54ca6 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -74,7 +74,7 @@ "delta"=> array(T_ZBX_INT, O_OPT, NULL, IN("0,1,2"),'isset({save})&&'.IN("0,3","type")), "formula"=> array(T_ZBX_DBL, O_OPT, NULL, NULL,'isset({save})&&{multiplier}==1'), - "logtimefmt"=> array(T_ZBX_STR, O_OPT, NULL, NOT_EMPTY,'isset({save})&&{value_type}==2'), + "logtimefmt"=> array(T_ZBX_STR, O_OPT, NULL, NULL,'isset({save})&&{value_type}==2'), "group_itemid"=> array(T_ZBX_INT, O_OPT, NULL, DB_ID, NULL), -- cgit