Changed EXP_DEBUG_APP to DEBUG_APP.

This commit is contained in:
skeeter 2002-08-22 03:05:58 +00:00
parent bb72320c05
commit 883882338d

View File

@ -62,7 +62,8 @@
*/
function print_debug($message,$var = 'messageonly',$part = 'app', $level = 3)
{
if (($part == 'app' && EXP_DEBUG_APP == True) || ($part == 'api' && DEBUG_API == True))
// if (($part == 'app' && EXP_DEBUG_APP == True) || ($part == 'api' && DEBUG_API == True))
if (($part == 'app' && DEBUG_APP == True) || ($part == 'api' && DEBUG_API == True))
{
if (!defined('DEBUG_OUTPUT'))
{