summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 13:45:45 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 13:45:45 +0000
commitcf51431eb0610dc4f4378a61c208cc97890643a9 (patch)
treee607dd432e74851454c90275b4faab84f0f5314d /frontends/php/items.php
parent590c504db086ba2851c46b42c3c5eff26d5c3f82 (diff)
downloadzabbix-cf51431eb0610dc4f4378a61c208cc97890643a9.tar.gz
zabbix-cf51431eb0610dc4f4378a61c208cc97890643a9.tar.xz
zabbix-cf51431eb0610dc4f4378a61c208cc97890643a9.zip
- Minor changes (Eugene);
git-svn-id: svn://svn.zabbix.com/trunk@2576 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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 0bdf9f3b..e021b77f 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -289,8 +289,8 @@
$table->setHeader(array(
array( new CCheckBox("all_items",NULL,NULL,
"CheckAll('".$form->GetName()."','all_items');"),
- S_KEY),
- S_DESCRIPTION,nbsp(S_UPDATE_INTERVAL),
+ S_ID),
+ S_KEY, S_DESCRIPTION,nbsp(S_UPDATE_INTERVAL),
S_HISTORY,S_TRENDS,S_TYPE,S_STATUS,S_ERROR));
$result=DBselect("select h.host,i.key_,i.itemid,i.description,h.port,i.delay,".