phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences preferences.php,1.22,1.23


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.22,1.23
Date: Fri, 27 Dec 2002 05:29:44 -0500

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv21472

Modified Files:
        preferences.php 
Log Message:
make saving of the areas working again
a textarea is always set, also if it is empty



Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** preferences.php     26 Dec 2002 15:31:32 -0000      1.22
--- preferences.php     27 Dec 2002 10:29:42 -0000      1.23
***************
*** 155,159 ****
                while (is_array($array) && list($var,$value) = each($array))
                {
!                       if ($value && $value != '**NULL**')
                        {
                                $_p->add($_appname,$var,$value);
--- 155,159 ----
                while (is_array($array) && list($var,$value) = each($array))
                {
!                       if (isset($value) && $value != '' && $value != 
'**NULL**')
                        {
                                $_p->add($_appname,$var,$value);




reply via email to

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