From eab8a101e7a3fcbb41e01a574985e06c5a3775de Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:40:38 +0200 Subject: Updating Smarty --- lib/smarty3/plugins/modifiercompiler.lower.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/smarty3/plugins/modifiercompiler.lower.php') diff --git a/lib/smarty3/plugins/modifiercompiler.lower.php b/lib/smarty3/plugins/modifiercompiler.lower.php index a335eff..0d899a0 100644 --- a/lib/smarty3/plugins/modifiercompiler.lower.php +++ b/lib/smarty3/plugins/modifiercompiler.lower.php @@ -5,11 +5,10 @@ * @package Smarty * @subpackage PluginsModifierCompiler */ - /** * Smarty lower modifier plugin - * Type: modifier
- * Name: lower
+ * Type: modifier + * Name: lower * Purpose: convert string to lowercase * * @link http://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual) @@ -20,7 +19,6 @@ * * @return string with compiled code */ - function smarty_modifiercompiler_lower($params) { if (Smarty::$_MBSTRING) { -- cgit v1.2.3