diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-05-19 11:47:40 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-05-19 11:47:40 +0000 |
| commit | ced1ed82df1ed12cafcc885ddf3038c43384d9e8 (patch) | |
| tree | 4a9f22f6dda6386c693d442a70f7113a89bbaf7e /frontends/php/hosts.php | |
| parent | 568d6ad2dc5d7740e8c34a14a521ac8b54265fe5 (diff) | |
- fixed check for SNMP library in configure.in (Alexei)
- template host set to empty in Host definition form (Alexei)
- changes in the Manual (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@375 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 211f5b49..e805a126 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -198,7 +198,7 @@ $result=DBselect("select host,hostid from hosts order by host"); while($row=DBfetch($result)) { - echo "<option value=\"".$row["hostid"]."\" selected>".$row["host"]; + echo "<option value=\"".$row["hostid"]."\">".$row["host"]; } echo "</select>"; |
