Code

Removed smarty
[gosa.git] / gosa-core / include / smarty / plugins / modifiercompiler.string_format.php
diff --git a/gosa-core/include/smarty/plugins/modifiercompiler.string_format.php b/gosa-core/include/smarty/plugins/modifiercompiler.string_format.php
deleted file mode 100644 (file)
index 8334597..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- *\r
- * @package Smarty\r
- * @subpackage PluginsModifierCompiler\r
- */\r
-\r
-/**\r
- * Smarty string_format modifier plugin\r
- *\r
- * Type:     modifier<br>\r
- * Name:     string_format<br>\r
- * Purpose:  format strings via sprintf\r
- *\r
- * @link http://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual)\r
- * @author Uwe Tews\r
- * @param array $params parameters\r
- * @return string with compiled code\r
- */\r
-function smarty_modifiercompiler_string_format($params, $compiler)\r
-{\r
-    return 'sprintf(' . $params[1] . ',' . $params[0] . ')';\r
-}\r
-\r
-?>
\ No newline at end of file