diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-12 07:01:06 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-12 07:01:06 +0000 |
| commit | 06f68476ff0a32ab823885118054595894016f06 (patch) | |
| tree | b0f18b6058f40b4daa8aafc0c4e6995372ccaf8d /frontends/php/services.php | |
| parent | b327677b4e405ccc71f6292fad2ff08abe2f7c99 (diff) | |
| download | zabbix-06f68476ff0a32ab823885118054595894016f06.tar.gz zabbix-06f68476ff0a32ab823885118054595894016f06.tar.xz zabbix-06f68476ff0a32ab823885118054595894016f06.zip | |
- fixes to zabbix_sender and other changes (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2823 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/services.php')
| -rw-r--r-- | frontends/php/services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php index 225dafb2..2a11ceb1 100644 --- a/frontends/php/services.php +++ b/frontends/php/services.php @@ -377,7 +377,7 @@ $result=DBselect("select serviceid,triggerid,name from services where serviceid<>$serviceupid order by name"); while($row=Dbfetch($result)) { - if(DBnum_rows(DBselect("select linkid from services_links". + if(DBfetch(DBselect("select linkid from services_links". " where servicedownid<>$servicedownid and serviceupid=$serviceupid and servicedownid=".$row["serviceid"]))) continue; |
