summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-12-25 15:43:15 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-12-25 15:43:15 +0000
commit4de9943c1a4562e7dd2b64ec943133b1a5b556f2 (patch)
treefc04f806a564a7c561a5f0235ec20dd3db4c4c6d /frontends/php/screenedit.php
parent083e5eda6bbb4d027a11f18bd710a4bd6b6179db (diff)
downloadzabbix-4de9943c1a4562e7dd2b64ec943133b1a5b556f2.tar.gz
zabbix-4de9943c1a4562e7dd2b64ec943133b1a5b556f2.tar.xz
zabbix-4de9943c1a4562e7dd2b64ec943133b1a5b556f2.zip
- fixes for screenedit.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1102 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index a99a2ac7..da5b9332 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -145,7 +145,7 @@
$host_=DBget_field($result,$i,0);
$description_=DBget_field($result,$i,1);
$itemid_=DBget_field($result,$i,2);
- echo "<OPTION VALUE='$itemid_' ".iif($resourceid==$itemid_,"selected","")."'>$host_: $description_";
+ echo "<OPTION VALUE='$itemid_' ".iif($resourceid==$itemid_,"selected","").">$host_: $description_";
}
echo "</SELECT>";
}