removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / function.debug.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/function.debug.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/function.debug.php
deleted file mode 100644 (file)
index 5fe02f3..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- * @package Smarty\r
- * @subpackage plugins\r
- */\r
-\r
-\r
-/**\r
- * Smarty {debug} function plugin\r
- *\r
- * Type:     function<br>\r
- * Name:     debug<br>\r
- * Date:     July 1, 2002<br>\r
- * Purpose:  popup debug window\r
- * @link http://smarty.php.net/manual/en/language.function.debug.php {debug}\r
- *       (Smarty online manual)\r
- * @author   Monte Ohrt <monte@ispi.net>\r
- * @version  1.0\r
- * @param array\r
- * @param Smarty\r
- * @return string output from {@link Smarty::_generate_debug_output()}\r
- */\r
-function smarty_function_debug($params, &$smarty)\r
-{\r
-    if($params['output']) {\r
-        $smarty->assign('_smarty_debug_output',$params['output']);\r
-    }\r
-    require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.display_debug_console.php');\r
-    return smarty_core_display_debug_console(null, $smarty);\r
-}\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r