fixed {debug} and removed tabs in function.debug.php

This commit is contained in:
messju
2003-08-07 21:18:41 +00:00
parent 75e3dde5f0
commit 37d3caf18c

View File

@@ -26,7 +26,8 @@ function smarty_function_debug($params, &$smarty)
if($params['output']) {
$smarty->assign('_smarty_debug_output',$params['output']);
}
return $smarty->_generate_debug_output();
require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.display_debug_console.php');
return smarty_core_display_debug_console(null, $smarty);
}
/* vim: set expandtab: */