removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / function.var_dump.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/function.var_dump.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/function.var_dump.php
deleted file mode 100644 (file)
index 382032c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php\r
-/** @package Smarty\r
-* @subpackage plugins */\r
-\r
-/**\r
- * Smarty plugin\r
- * -------------------------------------------------------------\r
- * Type:     function\r
- * Name:     assign\r
- * Purpose:  assign a value to a template variable\r
- * -------------------------------------------------------------\r
- */\r
-function smarty_function_var_dump($params, &$smarty)\r
-{\r
-    var_dump('<pre>',$params,'</pre>');\r
-}\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r