removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.nl2br.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.nl2br.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.nl2br.php
deleted file mode 100644 (file)
index 2a5f238..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- * @package Smarty\r
- * @subpackage plugins\r
- */\r
-\r
-\r
-/**\r
- * Smarty plugin\r
- *\r
- * Type:     modifier<br>\r
- * Name:     nl2br<br>\r
- * Date:     Feb 26, 2003\r
- * Purpose:  convert \r\n, \r or \n to <<br>>\r
- * Input:<br>\r
- *         - contents = contents to replace\r
- *         - preceed_test = if true, includes preceeding break tags\r
- *           in replacement\r
- * Example:  {$text|nl2br}\r
- * @link http://smarty.php.net/manual/en/language.modifier.nl2br.php\r
- *          nl2br (Smarty online manual)\r
- * @version  1.0\r
- * @author      Monte Ohrt <monte@ispi.net>\r
- * @param string\r
- * @return string\r
- */\r
-function smarty_modifier_nl2br($string)\r
-{\r
-    return nl2br($string);\r
-}\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r