summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-14 08:18:48 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-14 08:18:48 +0000
commit9aece56f182f4491686494e935f7122ee5295bf1 (patch)
treea377f4e716db7df940e36bac64d935b123dda0a5 /frontends/php/items.php
parent3bcbd824202608c482702acf1c195df92a65f0b6 (diff)
downloadzabbix-9aece56f182f4491686494e935f7122ee5295bf1.tar.gz
zabbix-9aece56f182f4491686494e935f7122ee5295bf1.tar.xz
zabbix-9aece56f182f4491686494e935f7122ee5295bf1.zip
- [DEV-137] fixes in template linkage. Tnx to Palmertree. (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5827 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index a41581df..ae6f79a9 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -412,7 +412,7 @@ include_once "include/page_header.php";
$applications = get_request("applications",array());
$delay_flex = get_request('delay_flex',array());
- $db_delay_flex = "";
+ $db_delay_flex = '';
foreach($delay_flex as $val)
$db_delay_flex .= $val['delay'].'/'.$val['period'].';';
$db_delay_flex = trim($db_delay_flex,";");