mirror of
https://github.com/smarty-php/smarty.git
synced 2026-02-01 02:59:50 +01:00
corrected warnings in html_select_time function, made make timestamp always return a timestamp
This commit is contained in:
@@ -56,6 +56,7 @@ function smarty_function_html_select_date($params, &$smarty)
|
||||
$field_order = 'MDY';
|
||||
/* String printed between the different fields. */
|
||||
$field_separator = "\n";
|
||||
$time = time();
|
||||
|
||||
|
||||
extract($params);
|
||||
|
||||
Reference in New Issue
Block a user