summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-10-16 19:36:35 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-10-16 19:36:35 +0000
commit48a89e40bea83dc06aac1c7186ae657b9d548233 (patch)
tree03d3aea4751a4be87ea1d9bdf86aa735453c6328 /frontends/php/include/config.inc.php
parent15348c984ea00b863b3c09741f08cb02dfd268ae (diff)
- support for functions date() and time() (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@988 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 9c39220a..49114d3e 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -681,6 +681,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
($function!="change")&&
($function!="abschange")&&
($function!="nodata")&&
+ ($function!="time")&&
+ ($function!="date")&&
($function!="str"))
{
$ERROR_MSG="Unknown function [$function]";