summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index c6b27944..6a2b30f8 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -378,7 +378,7 @@
$table = new CTableInfo();
$table->setHeader(array(
- array( new CCheckBox("all_items",NULL,NULL,
+ array( new CCheckBox("all_items",NULL,
"CheckAll('".$form->GetName()."','all_items');"),
S_ID),
S_DESCRIPTION,S_KEY,nbsp(S_UPDATE_INTERVAL),
@@ -467,7 +467,7 @@
$table->AddRow(array(
array(
- new CCheckBox("group_itemid[]",NULL,NULL,NULL,$db_item["itemid"]),
+ new CCheckBox("group_itemid[]",NULL,NULL,$db_item["itemid"]),
$db_item["itemid"]
),
$description,