phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php, 1.43.2.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php, 1.43.2.2.2.9, 1.43.2.2.2.10
Date: Fri, 19 Sep 2003 18:23:29 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.preferences.inc.php 
Log Message:
fixed read_repository

Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.43.2.2.2.9
retrieving revision 1.43.2.2.2.10
diff -C2 -r1.43.2.2.2.9 -r1.43.2.2.2.10
*** class.preferences.inc.php   19 Sep 2003 09:18:40 -0000      1.43.2.2.2.9
--- class.preferences.inc.php   19 Sep 2003 22:23:25 -0000      1.43.2.2.2.10
***************
*** 618,622 ****
                        if 
(!is_array($GLOBALS['phpgw_info']['user']['preferences']))
                        {
!                                $GLOBALS['phpgw_info']['user']['preferences'] 
= read_repository();
                                 $preferences_update = True;
                        }
--- 618,622 ----
                        if 
(!is_array($GLOBALS['phpgw_info']['user']['preferences']))
                        {
!                                $GLOBALS['phpgw_info']['user']['preferences'] 
= $this->read_repository();
                                 $preferences_update = True;
                        }





reply via email to

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