summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-11-22 16:24:31 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-11-22 16:24:31 +0000
commit39b87416ba66c4466af16dbd5afd5edd1e9f5cef (patch)
tree86d169affe06b77cf4aece34ea5cbbca7a27378f /frontends/php/items.html
parentbb9bcf963db518e1b439447746d053ef6dc8907c (diff)
- character '-' can be used to form server name (Alexei)
- fixed dependencies in functions that delete information for zabbix tables (Alexei) - fixed select statement for Network Maps. Host status is correct. (Alexei) - availability report will not show not monitored hosts (Alexei) - "maxumum" changed to "maximum" in actions.html (Alexei) - "have been restarted" changed to "has been ..." (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@249 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.html')
-rw-r--r--frontends/php/items.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontends/php/items.html b/frontends/php/items.html
index c8f4707a..fee11e72 100644
--- a/frontends/php/items.html
+++ b/frontends/php/items.html
@@ -44,14 +44,6 @@
<?
$result=DBselect("select hostid,host from hosts order by host");
-// if(isset($hostid))
-// {
-// echo "<A HREF=\"items.html\">all</A> ";
-// }
-// else
-// {
-// echo "<b>[<A HREF=\"items.html\">all</A>]</b> ";
-// }
for($i=0;$i<DBnum_rows($result);$i++)
{
$hid=DBget_field($result,$i,0);