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.132,1.133


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.132,1.133
Date: Mon, 25 Mar 2002 23:37:05 -0500

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

Modified Files:
        functions.inc.php 
Log Message:
GNU Patch #180.

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -r1.132 -r1.133
*** functions.inc.php   1 Mar 2002 12:31:50 -0000       1.132
--- functions.inc.php   26 Mar 2002 04:37:03 -0000      1.133
***************
*** 109,113 ****
  
        /* This code will handle virtdomains so that is a user logins with 
address@hidden, it will switch into virtualization mode. */
!       if (isset($domain))
        {
                $GLOBALS['phpgw_info']['user']['domain'] = $domain;
--- 109,113 ----
  
        /* This code will handle virtdomains so that is a user logins with 
address@hidden, it will switch into virtualization mode. */
!       if (isset($domain) && $domain)
        {
                $GLOBALS['phpgw_info']['user']['domain'] = $domain;




reply via email to

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