phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.8,1.9


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.8,1.9
Date: Tue, 17 Sep 2002 18:52:26 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv2946

Modified Files:
        class.xul_io.inc.php 
Log Message:
allow attr-values of '0' as the default is sometimes not 0

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.xul_io.inc.php        17 Sep 2002 12:28:37 -0000      1.8
--- class.xul_io.inc.php        17 Sep 2002 22:52:24 -0000      1.9
***************
*** 98,102 ****
                                        while (list($n,$attr) = each($attrs))
                                        {
!                                               if ($val = $vals[$n])
                                                {
                                                        if ($attr == 'span')
--- 98,102 ----
                                        while (list($n,$attr) = each($attrs))
                                        {
!                                               if (($val = $vals[$n]) != '')
                                                {
                                                        if ($attr == 'span')





reply via email to

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