From cfdccc6dd4f9d313f6cdc34f62f6453a1f5a1a0b Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 22 Feb 2006 16:08:35 +0000 Subject: - added hosekeeper support for frontend (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2675 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/maps.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/maps.inc.php') 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"; -- cgit