- fixed E_STRICT errors for uninitialized variables

This commit is contained in:
Uwe.Tews
2010-08-23 14:40:10 +00:00
parent ee15e53542
commit 96e3d9937a
9 changed files with 18 additions and 6 deletions

View File

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