phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.11,1.12


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.11,1.12
Date: Wed, 21 Aug 2002 23:06:00 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv17491/phpgwapi/inc

Modified Files:
        common_functions.inc.php 
Log Message:
Changed EXP_DEBUG_APP to DEBUG_APP.

Index: common_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/common_functions.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** common_functions.inc.php    20 Aug 2002 12:41:48 -0000      1.11
--- common_functions.inc.php    22 Aug 2002 03:05:58 -0000      1.12
***************
*** 63,67 ****
        function print_debug($message,$var = 'messageonly',$part = 'app', 
$level = 3)
        {
!               if (($part == 'app' && EXP_DEBUG_APP == True) || ($part == 
'api' && DEBUG_API == True))
                {
                        if (!defined('DEBUG_OUTPUT'))
--- 63,68 ----
        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' && DEBUG_APP == True) || ($part == 'api' && 
DEBUG_API == True))
                {
                        if (!defined('DEBUG_OUTPUT'))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]