summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-10 10:00:26 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-10 10:00:26 +0000
commit4c93c1c28eac88a3c19d76235a6e52a675d933cc (patch)
treee92f8723d0e92a68359ef0aff36197e9e3cb48b5 /frontends/php/include
parent526852ea988b20aec87c7994b334f3660326623c (diff)
downloadzabbix-4c93c1c28eac88a3c19d76235a6e52a675d933cc.tar.gz
zabbix-4c93c1c28eac88a3c19d76235a6e52a675d933cc.tar.xz
zabbix-4c93c1c28eac88a3c19d76235a6e52a675d933cc.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2507 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 2faf451c..7e8880e2 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -794,7 +794,7 @@ function SDI($msg) { echo "DEBUG INFO: $msg <br>"; } # DEBUG INFO!!!
}
- if(( !in_array($function,array("str","regexp","logseverity","logsource"))
+ if(!in_array($function,array("str","regexp","logseverity","logsource"))
&& (validate_float($parameter)!=0) )
{
error("[$parameter] is not a float");