removed trailing spaces

This commit is contained in:
messju
2004-04-07 19:58:54 +00:00
parent 9fa78a2cfd
commit e15005fa24
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ function smarty_function_assign_debug_info($params, &$smarty)
ksort($config_vars);
$smarty->assign("_debug_config_keys", array_keys($config_vars));
$smarty->assign("_debug_config_vals", array_values($config_vars));
}
}
$included_templates = $smarty->_smarty_debug_info;