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.121.2.7,1.121.2


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.121.2.7,1.121.2.8
Date: Mon, 25 Mar 2002 23:36:55 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.121.2.7
retrieving revision 1.121.2.8
diff -C2 -r1.121.2.7 -r1.121.2.8
*** functions.inc.php   16 Mar 2002 00:57:47 -0000      1.121.2.7
--- functions.inc.php   26 Mar 2002 04:36:52 -0000      1.121.2.8
***************
*** 544,548 ****
  
        /* 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;
--- 544,548 ----
  
        /* 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]