phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions.inc.php,1.104.4.6,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions.inc.php,1.104.4.6,1.104.4.7
Date: Mon, 19 May 2003 09:34:04 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.sessions.inc.php 
Log Message:
killed some left-over debug-messages


Index: class.sessions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions.inc.php,v
retrieving revision 1.104.4.6
retrieving revision 1.104.4.7
diff -C2 -r1.104.4.6 -r1.104.4.7
*** class.sessions.inc.php      18 May 2003 14:07:57 -0000      1.104.4.6
--- class.sessions.inc.php      19 May 2003 13:34:01 -0000      1.104.4.7
***************
*** 308,312 ****
                                        unset($GLOBALS['phpgw']->crypto);
                                }
!                               echo 'DEBUG: Sessions: account_id is 
empty!<br>'."\n";
                                return False;
                        }
--- 308,312 ----
                                        unset($GLOBALS['phpgw']->crypto);
                                }
!                               //echo 'DEBUG: Sessions: account_id is 
empty!<br>'."\n";
                                return False;
                        }
***************
*** 473,477 ****
                        $GLOBALS['phpgw']->db->transaction_commit();
                        
!                       if (!$this->sessionid) echo 
"<p>session::create(login='$login') = '$this->sessionid': 
lid='$this->account_lid', domain='$this->account_domain'</p>\n";
  
                        return $this->sessionid;
--- 473,477 ----
                        $GLOBALS['phpgw']->db->transaction_commit();
                        
!                       //if (!$this->sessionid) echo 
"<p>session::create(login='$login') = '$this->sessionid': 
lid='$this->account_lid', domain='$this->account_domain'</p>\n";
  
                        return $this->sessionid;





reply via email to

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