phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.65,1.66


From: Angelo Tony Puglisi <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.65,1.66
Date: Sun, 20 Jan 2002 19:20:12 -0500

Update of /cvsroot/phpgroupware//email/inc
In directory subversions:/tmp/cvs-serv21290/email/inc

Modified Files:
        class.mail_msg_base.inc.php 
Log Message:
oops, turn off debugging

Index: class.mail_msg_base.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//email/inc/class.mail_msg_base.inc.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** class.mail_msg_base.inc.php 20 Jan 2002 23:58:47 -0000      1.65
--- class.mail_msg_base.inc.php 21 Jan 2002 00:20:10 -0000      1.66
***************
*** 90,99 ****
        
        // DEBUG FLAGS generally take int 0, 1, 2, or 3
!       var $debug_logins = 3;
        var $debug_session_caching = 0;
        var $debug_longterm_caching = 0;
        var $debug_accts = 0;
        var $debug_args_input_flow = 0;
!       var $debug_args_oop_access = 3;
        var $debug_args_special_handlers = 0;
        //var $skip_args_special_handlers = 'get_mailsvr_callstr, 
get_mailsvr_namespace, get_mailsvr_delimiter, get_folder_list';
--- 90,99 ----
        
        // DEBUG FLAGS generally take int 0, 1, 2, or 3
!       var $debug_logins = 0;
        var $debug_session_caching = 0;
        var $debug_longterm_caching = 0;
        var $debug_accts = 0;
        var $debug_args_input_flow = 0;
!       var $debug_args_oop_access = 0;
        var $debug_args_special_handlers = 0;
        //var $skip_args_special_handlers = 'get_mailsvr_callstr, 
get_mailsvr_namespace, get_mailsvr_delimiter, get_folder_list';




reply via email to

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