From 37248fa7b984f33291fa9715f301787b17c28ee7 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 30 May 2007 09:52:51 +0000 Subject: - merged rev. 4205:4207 from branches/1.4.1 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4208 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/chart3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/chart3.php') diff --git a/frontends/php/chart3.php b/frontends/php/chart3.php index b5637aca..c9360b66 100644 --- a/frontends/php/chart3.php +++ b/frontends/php/chart3.php @@ -33,7 +33,7 @@ include_once "include/page_header.php"; array(T_ZBX_INT, O_OPT, P_NZERO, BETWEEN(3600,12*31*24*3600), null), + "period"=> array(T_ZBX_INT, O_OPT, P_NZERO, BETWEEN(ZBX_MIN_PERIOD,ZBX_MAX_PERIOD), null), "from"=> array(T_ZBX_INT, O_OPT, P_NZERO, null, null), "stime"=> array(T_ZBX_INT, O_OPT, P_NZERO, null, null), "border"=> array(T_ZBX_INT, O_OPT, P_NZERO, IN('0,1'), null), -- cgit