summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-20 18:04:00 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-20 18:04:00 +0000
commit381c6742533757053481569ae11496f8528cd37c (patch)
tree655a6b994d1affe5540ff34584f918b9fc6bc71f /frontends/php/include/db.inc.php
parent68285fb56347e83ce36fc611482a09c84754f488 (diff)
downloadzabbix-381c6742533757053481569ae11496f8528cd37c.tar.gz
zabbix-381c6742533757053481569ae11496f8528cd37c.tar.xz
zabbix-381c6742533757053481569ae11496f8528cd37c.zip
- [ZBX-102] Distributed monitoring: overwriting information
[svn merge svn://svn.zabbix.com/branches/1.4.j -r4872:4874] git-svn-id: svn://svn.zabbix.com/trunk@4875 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 6ca848d2..c931b01f 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -502,7 +502,6 @@ if(isset($DB_TYPE) && $DB_TYPE == "ORACLE") {
{
fatal_error('Incorrect type of "nodes" for "DBin_node". Passed ['.gettype($nodes).']');
}
-
return (' '.DBid2nodeid($id_name).' in ('.$nodes.') ');
}