From 80290db3fc59f7c6745fe56cb535f7a03a7584d2 Mon Sep 17 00:00:00 2001 From: messju Date: Wed, 17 Dec 2003 10:45:57 +0000 Subject: [PATCH] fix plugin-name in error message --- libs/plugins/function.html_select_date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/function.html_select_date.php b/libs/plugins/function.html_select_date.php index d9f39e8d..7a4ebf3e 100644 --- a/libs/plugins/function.html_select_date.php +++ b/libs/plugins/function.html_select_date.php @@ -117,7 +117,7 @@ function smarty_function_html_select_date($params, &$smarty) break; default: - $smarty->trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING); + $smarty->trigger_error("[html_select_date] unknown parameter $_key", E_USER_WARNING); } }