summaryrefslogtreecommitdiffstats
path: root/frontends/php/exp_imp.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-07 13:45:29 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-07 13:45:29 +0000
commit9d01e6f52cd54727a3337df573e7043ad779fb06 (patch)
treebd25db58eab3f97e4415c33085024cc31341b141 /frontends/php/exp_imp.php
parentb93508c7b63e89efd30a1a6c304f2eea27388244 (diff)
- improved sqlite3 supporting for zabbix frontend (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3573 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/exp_imp.php')
-rw-r--r--frontends/php/exp_imp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/exp_imp.php b/frontends/php/exp_imp.php
index b9705e1a..2dc6ccd2 100644
--- a/frontends/php/exp_imp.php
+++ b/frontends/php/exp_imp.php
@@ -94,7 +94,7 @@ include_once "include/page_header.php";
$graphs = get_request('graphs', array());
$triggers = get_request('triggers', array());
- function &zbx_array_val_inc(&$arr, $inc_size = 1)
+ function &zbx_array_val_inc($arr, $inc_size = 1)
{
foreach($arr as $id => $val)
{