From 2c61a0b12bd7e62a05e6334493787a801c59b3a9 Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 18 Mar 2003 09:17:51 +0000 Subject: [PATCH] fixed wrong default-"name" in function.html_options.php --- libs/plugins/function.html_options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/function.html_options.php b/libs/plugins/function.html_options.php index 1b3cd509..11d3eb77 100644 --- a/libs/plugins/function.html_options.php +++ b/libs/plugins/function.html_options.php @@ -18,7 +18,7 @@ function smarty_function_html_options($params, &$smarty) { require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); - $name = 'select'; + $name = null; $values = null; $options = null; $selected = array();