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.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.1,1.43.2.2
Date: Thu, 26 Dec 2002 15:41:17 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.43.2.1
retrieving revision 1.43.2.2
diff -C2 -r1.43.2.1 -r1.43.2.2
*** class.preferences.inc.php   15 Feb 2002 21:03:46 -0000      1.43.2.1
--- class.preferences.inc.php   26 Dec 2002 20:41:14 -0000      1.43.2.2
***************
*** 128,132 ****
                function add($app_name,$var,$value = '')
                {
!                       if (! $value)
                        {
                                global $$var;
--- 128,132 ----
                function add($app_name,$var,$value = '')
                {
!                       if ($value == '')
                        {
                                global $$var;




reply via email to

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