From 5e21770fe5b58dfcc967f7436cbd879fd0b2d665 Mon Sep 17 00:00:00 2001 From: "uwe.tews@googlemail.com" Date: Fri, 12 Nov 2010 23:42:32 +0000 Subject: - reactivated $error_reporting property handling - fixed typo in compile_continue - fixed security in {fetch} plugin - changed back plugin parameters to two. second is template object with transparent access to Smarty object - fixed {config_load} scoping form compile time to run time --- libs/plugins/function.html_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/plugins/function.html_table.php') diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index f279ad6d..6752221a 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -48,7 +48,7 @@ * @param object $template template object * @return string */ -function smarty_function_html_table($params, $smarty, $template) +function smarty_function_html_table($params, $template) { $table_attr = 'border="1"'; $tr_attr = ''; -- cgit v1.3