diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-26 10:25:41 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-26 10:25:41 +0200 |
| commit | dd9c076dfaef0be4059961e09b9ca1f706c0feff (patch) | |
| tree | d996da810bd2d6d3e9ba0c6a69954bae15a2f592 /libs/plugins/function.html_table.php | |
| parent | 812758225cd1601bf84924cae7122d638d4d5098 (diff) | |
| download | smarty-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.php | 8 |
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)) { |
