From 883882338da4e3252efaf99a29026c347e2ec1fb Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 22 Aug 2002 03:05:58 +0000 Subject: [PATCH] Changed EXP_DEBUG_APP to DEBUG_APP. --- phpgwapi/inc/common_functions.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/inc/common_functions.inc.php b/phpgwapi/inc/common_functions.inc.php index fb9fce7e95..b162490a25 100755 --- a/phpgwapi/inc/common_functions.inc.php +++ b/phpgwapi/inc/common_functions.inc.php @@ -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')) {