From ab5d8d4e07bb3c8230d0285ef8902ef1979fce51 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:39:34 +0200 Subject: Updating Smarty --- lib/smarty/plugins/modifiercompiler.cat.php | 58 ++++++++++++++--------------- 1 file changed, 28 insertions(+), 30 deletions(-) (limited to 'lib/smarty/plugins/modifiercompiler.cat.php') diff --git a/lib/smarty/plugins/modifiercompiler.cat.php b/lib/smarty/plugins/modifiercompiler.cat.php index 1cfe630..21d0e66 100644 --- a/lib/smarty/plugins/modifiercompiler.cat.php +++ b/lib/smarty/plugins/modifiercompiler.cat.php @@ -1,30 +1,28 @@ - - * Name: cat
- * Date: Feb 24, 2003
- * Purpose: catenate a value to a variable
- * Input: string to catenate
- * Example: {$var|cat:"foo"} - * - * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat - * (Smarty online manual) - * @author Uwe Tews - * @param array $params parameters - * @return string with compiled code - */ -function smarty_modifiercompiler_cat($params, $compiler) -{ - return '('.implode(').(', $params).')'; -} - -?> \ No newline at end of file +