From 74034f776f4ab9bb6cdf26a60a596cafb838f0c0 Mon Sep 17 00:00:00 2001 From: boots Date: Sat, 29 Nov 2003 01:44:41 +0000 Subject: [PATCH] removed tabs and killed trailing white-space --- libs/plugins/function.config_load.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/plugins/function.config_load.php b/libs/plugins/function.config_load.php index 83a60fd6..e92f7087 100644 --- a/libs/plugins/function.config_load.php +++ b/libs/plugins/function.config_load.php @@ -109,8 +109,8 @@ function smarty_function_config_load($params, &$smarty) $smarty->_config[1]['files'][$_file] = true; } else if ($_scope == 'global') { for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) { - $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars); - $smarty->_config[$i]['files'][$_file] = true; + $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars); + $smarty->_config[$i]['files'][$_file] = true; } }