From 0c61274fcf75d2fcc545b761d64d3307323afcd3 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Dec 2007 13:58:16 +0000 Subject: - [DEV-91] added printable view for pages (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5204 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/validate.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/validate.inc.php') diff --git a/frontends/php/include/validate.inc.php b/frontends/php/include/validate.inc.php index 9fbb2bc1..80a923ef 100644 --- a/frontends/php/include/validate.inc.php +++ b/frontends/php/include/validate.inc.php @@ -545,6 +545,7 @@ "sessionid"=> array(T_ZBX_STR, O_OPT, P_SYS, HEX(),NULL), "switch_node"=> array(T_ZBX_INT, O_OPT, P_SYS, DB_ID,NULL), "triggers_hash"=> array(T_ZBX_STR, O_OPT, P_SYS, NOT_EMPTY,NULL), + 'print'=> array(T_ZBX_INT, O_OPT, P_SYS, IN("1"),NULL), 'sort'=> array(T_ZBX_STR, O_OPT, P_SYS, NULL,NULL), 'sortorder'=> array(T_ZBX_STR, O_OPT, P_SYS, NULL,NULL) ); -- cgit