corrected warnings in html_select_time function, made make timestamp always return a timestamp

This commit is contained in:
mohrt
2002-06-18 14:15:58 +00:00
parent 12598ef1dc
commit 2fcb7baf53
5 changed files with 14 additions and 4 deletions

View File

@@ -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);