diff options
Diffstat (limited to 'frontends/php/include/validate.inc.php')
| -rw-r--r-- | frontends/php/include/validate.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) ); |
