mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-11 11:35:19 +02:00
- fixed E_STRICT errors for uninitialized variables
This commit is contained in:
@@ -61,6 +61,7 @@ function smarty_function_html_table($params, $smarty, $template)
|
||||
$hdir = 'right';
|
||||
$inner = 'cols';
|
||||
$caption = '';
|
||||
$loop = null;
|
||||
|
||||
if (!isset($params['loop'])) {
|
||||
trigger_error("html_table: missing 'loop' parameter",E_USER_WARNING);
|
||||
|
Reference in New Issue
Block a user