removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.cat.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.cat.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.cat.php
deleted file mode 100644 (file)
index 176ee7a..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- * @package Smarty\r
- * @subpackage plugins\r
- */\r
-\r
-\r
-/**\r
- * Smarty cat modifier plugin\r
- *\r
- * Type:     modifier<br>\r
- * Name:     cat<br>\r
- * Date:     Feb 24, 2003\r
- * Purpose:  catenate a value to a variable\r
- * Input:    string to catenate\r
- * Example:  {$var|cat:"foo"}\r
- * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat\r
- *          (Smarty online manual)\r
- * @author      Monte Ohrt <monte@ispi.net>\r
- * @version 1.0\r
- * @param string\r
- * @param string\r
- * @return string\r
- */\r
-function smarty_modifier_cat($string, $cat)\r
-{\r
-       return $string . $cat;\r
-}\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r