From f0b57a3e3b690966560b606d6467cc84ec1e538e Mon Sep 17 00:00:00 2001 From: messju Date: Fri, 4 Feb 2005 21:29:06 +0000 Subject: [PATCH] fixed syntax error. shame on me. --- libs/plugins/function.html_radios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/function.html_radios.php b/libs/plugins/function.html_radios.php index 280934bd..9ba6fb0c 100644 --- a/libs/plugins/function.html_radios.php +++ b/libs/plugins/function.html_radios.php @@ -103,7 +103,7 @@ function smarty_function_html_radios($params, &$smarty) $_html_result = array(); - if (isset($options))) { + if (isset($options)) { foreach ($options as $_key=>$_val) $_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels);