summaryrefslogtreecommitdiffstats
path: root/frontends/php/discoveryconf.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:46:19 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:46:19 +0000
commit9d240eca134c2433ac0a548a2b7fbe1fccc7c66d (patch)
treecd3d46256d09ca370f385dccf2082d0d33d96e78 /frontends/php/discoveryconf.php
parent63ce91166a8ecd8550db063ba9d9d914ec270e4c (diff)
downloadzabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.gz
zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.xz
zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.zip
- [DEV-177] added checkbox range selection (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5800 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/discoveryconf.php')
-rw-r--r--frontends/php/discoveryconf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/discoveryconf.php b/frontends/php/discoveryconf.php
index 7ddefc61..1272da40 100644
--- a/frontends/php/discoveryconf.php
+++ b/frontends/php/discoveryconf.php
@@ -239,7 +239,7 @@ include_once "include/page_header.php";
$drule=new CCol(array(
new CCheckBox(
- "g_druleid[]", /* name */
+ 'g_druleid['.$rule_data["druleid"].']', /* name */
null, /* checked */
null, /* action */
$rule_data["druleid"]), /* value */