diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-29 08:59:20 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-29 08:59:20 +0000 |
| commit | 4a44aa5900094eae48c223f23aa72cfee37426c7 (patch) | |
| tree | d7e50dafe44f92f4bf6fc24eb4116ca29bcd62e4 /frontends/php/include | |
| parent | 0990cdce6c98be640a3c70bea413ac1f44865016 (diff) | |
- minor fix
git-svn-id: svn://svn.zabbix.com/trunk@4189 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 314a974c..5ed3301b 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -228,7 +228,7 @@ require_once('include/classes/ctree.inc.php'); * * author: Eugene Grigorjev */ - function zbx_jsvalue(&$value) + function zbx_jsvalue($value) { if(!is_array($value)) { |
