fixed syntax error. shame on me.

This commit is contained in:
messju
2005-02-04 21:29:06 +00:00
parent d9d5668e7b
commit f0b57a3e3b

View File

@@ -103,7 +103,7 @@ function smarty_function_html_radios($params, &$smarty)
$_html_result = array(); $_html_result = array();
if (isset($options))) { if (isset($options)) {
foreach ($options as $_key=>$_val) foreach ($options as $_key=>$_val)
$_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels); $_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels);