From cd4308103ca7f497ee85495c41e649e956afae51 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sat, 6 Apr 2013 20:36:01 +0200 Subject: Remove Smarty plugins --- core/SmartyPlugins/modifier.stripeol.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 core/SmartyPlugins/modifier.stripeol.php (limited to 'core/SmartyPlugins/modifier.stripeol.php') diff --git a/core/SmartyPlugins/modifier.stripeol.php b/core/SmartyPlugins/modifier.stripeol.php deleted file mode 100644 index 754ce4df06..0000000000 --- a/core/SmartyPlugins/modifier.stripeol.php +++ /dev/null @@ -1,30 +0,0 @@ - - * Name: stripeol
- * Purpose: Replace all end-of-line characters with platform specific string.
- * Example: {$var|stripeol} - * Date: March 10th, 2010 - * - * @param string - * @param string - * @return string - */ -function smarty_modifier_stripeol($text) -{ - return preg_replace('!(\r\n|\r|\n)!', PHP_EOL, $text); -} - -/* vim: set expandtab: */ -- cgit v1.2.3