removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.rawurlencode.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.rawurlencode.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.rawurlencode.php
deleted file mode 100644 (file)
index d2d5e81..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:     rawurlencode\r
- * Purpose:  encode string for use in PDFdefaultConverter TOC\r
- * -------------------------------------------------------------\r
- */\r
-function smarty_modifier_rawurlencode($string)\r
-{\r
-       return rawurlencode($string);\r
-}\r
-\r
-?>\r