removed tabs and killed trailing white-space

This commit is contained in:
boots
2003-11-29 01:44:41 +00:00
parent b0563469a0
commit 74034f776f

View File

@@ -109,8 +109,8 @@ function smarty_function_config_load($params, &$smarty)
$smarty->_config[1]['files'][$_file] = true; $smarty->_config[1]['files'][$_file] = true;
} else if ($_scope == 'global') { } else if ($_scope == 'global') {
for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) { 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]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars);
$smarty->_config[$i]['files'][$_file] = true; $smarty->_config[$i]['files'][$_file] = true;
} }
} }