mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02: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)
|
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'))
|
if (!defined('DEBUG_OUTPUT'))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user