phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.128,1.129


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.128,1.129
Date: Fri, 15 Feb 2002 22:58:06 -0500

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

Modified Files:
        functions.inc.php 
Log Message:
left debugging crap

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** functions.inc.php   14 Feb 2002 18:57:11 -0000      1.128
--- functions.inc.php   16 Feb 2002 03:58:03 -0000      1.129
***************
*** 818,824 ****
                        {
                                $login_array = explode("@",$login);
!                               print_debug('LID : '.$login_array[0]);
                                $login_id = 
$GLOBALS['phpgw']->accounts->name2id($login_array[0]);
!                               print_debug('User ID : '.$login_id);
                                
$GLOBALS['phpgw']->accounts->accounts($login_id);
                                
$GLOBALS['phpgw']->preferences->preferences($login_id);
--- 818,824 ----
                        {
                                $login_array = explode("@",$login);
!                               print_debug('LID : '.$login_array[0], 
'messageonly','api');
                                $login_id = 
$GLOBALS['phpgw']->accounts->name2id($login_array[0]);
!                               print_debug('User ID : '.$login_id, 
'messageonly','api');
                                
$GLOBALS['phpgw']->accounts->accounts($login_id);
                                
$GLOBALS['phpgw']->preferences->preferences($login_id);




reply via email to

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