mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Changed EXP_DEBUG_APP to DEBUG_APP.
This commit is contained in:
parent
bb72320c05
commit
883882338d
@ -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'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user