diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-12 23:42:32 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-12 23:42:32 +0000 |
| commit | 5e21770fe5b58dfcc967f7436cbd879fd0b2d665 (patch) | |
| tree | e3e2cfd088a60fac4087af6573990c0529831c54 /libs/plugins/function.html_table.php | |
| parent | 86afd1b42a570691f9ca7189b28007f10b1da6ea (diff) | |
| download | smarty-5e21770fe5b58dfcc967f7436cbd879fd0b2d665.tar.gz smarty-5e21770fe5b58dfcc967f7436cbd879fd0b2d665.tar.bz2 smarty-5e21770fe5b58dfcc967f7436cbd879fd0b2d665.zip | |
- 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
Diffstat (limited to 'libs/plugins/function.html_table.php')
| -rw-r--r-- | libs/plugins/function.html_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''; |
