mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
- fixed smarty_function_html_options call in plugin function.html_select_date.php (missing ,)
This commit is contained in:
@@ -252,7 +252,7 @@ function smarty_function_html_select_date($params, $smarty, $template)
|
||||
'values' => $day_values,
|
||||
'selected' => $time[2],
|
||||
'print_result' => false),
|
||||
$smarty $template);
|
||||
$smarty, $template);
|
||||
$day_result .= '</select>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user