summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-18 14:01:43 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-18 14:01:43 +0000
commit3a568d3f5e674426fe907fbfb81721994b4fe3db (patch)
treef06a46552fddf5896be28fb1d1f56fc582c05820 /frontends/php/include/db.inc.php
parent47df95b3d1a6669b988604a364c341b4094d1525 (diff)
downloadzabbix-3a568d3f5e674426fe907fbfb81721994b4fe3db.tar.gz
zabbix-3a568d3f5e674426fe907fbfb81721994b4fe3db.tar.xz
zabbix-3a568d3f5e674426fe907fbfb81721994b4fe3db.zip
- [DEV-137] fixes & improvements to favorites (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5780 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 49f52478..38e412c4 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -654,7 +654,7 @@ else {
$nodes = explode(',', $nodes);
}
- else if (!is_array($nodes)){
+ else if(!is_array($nodes)){
fatal_error('Incorrect type of "nodes" for "in_node". Passed ['.gettype($nodes).']');
}