summaryrefslogtreecommitdiffstats
path: root/frontends/php/triggers.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-22 12:55:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-22 12:55:36 +0000
commit921f1cd2cf912ff8db0ac7bee32ab519749412ec (patch)
treef8a4344cd2a161e768508a786ca0e8baf94d0ab7 /frontends/php/triggers.php
parentdeb2121eb6ef46c74de6e677a1048248254cce01 (diff)
downloadzabbix-921f1cd2cf912ff8db0ac7bee32ab519749412ec.tar.gz
zabbix-921f1cd2cf912ff8db0ac7bee32ab519749412ec.tar.xz
zabbix-921f1cd2cf912ff8db0ac7bee32ab519749412ec.zip
- minor changes (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4349 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/triggers.php')
-rw-r--r--frontends/php/triggers.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/triggers.php b/frontends/php/triggers.php
index d7db5ac3..f8a5d2aa 100644
--- a/frontends/php/triggers.php
+++ b/frontends/php/triggers.php
@@ -404,8 +404,7 @@ include_once "include/page_header.php";
if(is_null($row['hostid'])) $row['hostid'] = '0';
- $description = array('['.$row["triggerid"].']',
- new CCheckBox(
+ $description = array( new CCheckBox(
"g_triggerid[]", /* name */
NULL, /* checked */
NULL, /* action */