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


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.121.2.6,1.121.2.7
Date: Fri, 15 Mar 2002 19:57:50 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
A couple of small warning suppressions.

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.121.2.6
retrieving revision 1.121.2.7
diff -C2 -r1.121.2.6 -r1.121.2.7
*** functions.inc.php   14 Feb 2002 07:24:51 -0000      1.121.2.6
--- functions.inc.php   16 Mar 2002 00:57:47 -0000      1.121.2.7
***************
*** 795,799 ****
                if (! 
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'])
                {
!                       if ($GLOBALS['phpgw_info']['server']['template_set'] == 
'user_choice')
                        {
                                
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'] = 'default';
--- 795,799 ----
                if (! 
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'])
                {
!                       if (@$GLOBALS['phpgw_info']['server']['template_set'] 
== 'user_choice')
                        {
                                
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'] = 'default';
***************
*** 804,808 ****
                        }
                }
!               if ($GLOBALS['phpgw_info']['server']['force_theme'] == 
'user_choice')
                {
                        if 
(!isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))
--- 804,808 ----
                        }
                }
!               if (@$GLOBALS['phpgw_info']['server']['force_theme'] == 
'user_choice')
                {
                        if 
(!isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))




reply via email to

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