fixed wrong default-"name" in function.html_options.php

This commit is contained in:
messju
2003-03-18 09:17:51 +00:00
parent 8ae8586ad3
commit 2c61a0b12b

View File

@@ -18,7 +18,7 @@ function smarty_function_html_options($params, &$smarty)
{ {
require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); require_once $smarty->_get_plugin_filepath('shared','escape_special_chars');
$name = 'select'; $name = null;
$values = null; $values = null;
$options = null; $options = null;
$selected = array(); $selected = array();