summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/maps.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-22 16:08:35 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-22 16:08:35 +0000
commitcfdccc6dd4f9d313f6cdc34f62f6453a1f5a1a0b (patch)
treef1c9d0192496011e899f91dd9575db73d5cfc77a /frontends/php/include/maps.inc.php
parent1e241634d9beb1dc6368d270f8be45d158c66a18 (diff)
downloadzabbix-cfdccc6dd4f9d313f6cdc34f62f6453a1f5a1a0b.tar.gz
zabbix-cfdccc6dd4f9d313f6cdc34f62f6453a1f5a1a0b.tar.xz
zabbix-cfdccc6dd4f9d313f6cdc34f62f6453a1f5a1a0b.zip
- added hosekeeper support for frontend (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2675 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/maps.inc.php')
-rw-r--r--frontends/php/include/maps.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/maps.inc.php b/frontends/php/include/maps.inc.php
index 5937d35f..c35bc044 100644
--- a/frontends/php/include/maps.inc.php
+++ b/frontends/php/include/maps.inc.php
@@ -136,7 +136,7 @@
$result=DBselect($sql);
while($row=DBfetch($result))
{
- $sql="delete from sysmaps_links where shostid1=".$row["shostid"]." or shostid2".$row["shostid"];
+ $sql="delete from sysmaps_links where shostid1=".$row["shostid"]." or shostid2=".$row["shostid"];
DBexecute($sql);
}
$sql="delete from sysmaps_hosts where hostid=$hostid";