summaryrefslogtreecommitdiff
path: root/libs/plugins/function.html_table.php
diff options
context:
space:
mode:
authorUwe.Tews <uwe.tews@localhost>2010-08-23 14:40:10 +0000
committerUwe.Tews <uwe.tews@localhost>2010-08-23 14:40:10 +0000
commit96e3d9937ab46d2397575efab3506382a2fe82f6 (patch)
tree865c7945f8c93f0a31c656b1808fdde7d4277280 /libs/plugins/function.html_table.php
parentee15e5354250f8ff2e28d9331b9b21bf6a6be95e (diff)
downloadsmarty-96e3d9937ab46d2397575efab3506382a2fe82f6.tar.gz
smarty-96e3d9937ab46d2397575efab3506382a2fe82f6.tar.bz2
smarty-96e3d9937ab46d2397575efab3506382a2fe82f6.zip
- fixed E_STRICT errors for uninitialized variables
Diffstat (limited to 'libs/plugins/function.html_table.php')
-rw-r--r--libs/plugins/function.html_table.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php
index 83e80300..f279ad6d 100644
--- a/libs/plugins/function.html_table.php
+++ b/libs/plugins/function.html_table.php
@@ -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);