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.46,1.47


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.46,1.47
Date: Thu, 26 Dec 2002 15:43:02 -0500

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

Modified Files:
        class.preferences.inc.php 
Log Message:
fixed forced prefs

Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** class.preferences.inc.php   19 May 2002 22:59:00 -0000      1.46
--- class.preferences.inc.php   26 Dec 2002 20:43:00 -0000      1.47
***************
*** 133,137 ****
                function add($app_name,$var,$value = '')
                {
!                       if (! $value)
                        {
                                global $$var;
--- 133,137 ----
                function add($app_name,$var,$value = '')
                {
!                       if ($value == '')
                        {
                                global $$var;




reply via email to

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