removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.htmlentities.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.htmlentities.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.htmlentities.php
deleted file mode 100644 (file)
index 72dcf7d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php\r
-/** @package Smarty\r
-* @subpackage plugins */\r
-\r
-/**\r
- * Smarty plugin\r
- * -------------------------------------------------------------\r
- * Type:     modifier\r
- * Name:     upper\r
- * Purpose:  convert string to uppercase\r
- * -------------------------------------------------------------\r
- */\r
-function smarty_modifier_htmlentities($string)\r
-{\r
-       return htmlentities($string);\r
-}\r
-\r
-?>\r