summaryrefslogtreecommitdiff
path: root/libs/plugins/function.html_table.php
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-26 10:25:41 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-26 10:25:41 +0200
commitdd9c076dfaef0be4059961e09b9ca1f706c0feff (patch)
treed996da810bd2d6d3e9ba0c6a69954bae15a2f592 /libs/plugins/function.html_table.php
parent812758225cd1601bf84924cae7122d638d4d5098 (diff)
downloadsmarty-dd9c076dfaef0be4059961e09b9ca1f706c0feff.tar.gz
smarty-dd9c076dfaef0be4059961e09b9ca1f706c0feff.tar.bz2
smarty-dd9c076dfaef0be4059961e09b9ca1f706c0feff.zip
- correction of PHPDoc blocks
- minor code cleanup
Diffstat (limited to 'libs/plugins/function.html_table.php')
-rw-r--r--libs/plugins/function.html_table.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php
index 42e23e72..7efcdbd2 100644
--- a/libs/plugins/function.html_table.php
+++ b/libs/plugins/function.html_table.php
@@ -163,7 +163,13 @@ function smarty_function_html_table($params)
return $output;
}
-
+/**
+ * @param $name
+ * @param $var
+ * @param $no
+ *
+ * @return string
+ */
function smarty_function_html_table_cycle($name, $var, $no)
{
if (!is_array($var)) {