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.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.5,1.6
Date: Mon, 16 Sep 2002 19:05:43 -0400

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

Modified Files:
        class.xul_io.inc.php 
Log Message:
small fix for missed default-attributes on export, created eg:
<textbox ="" ...>
when exporting a textarea

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.xul_io.inc.php        12 Sep 2002 21:46:11 -0000      1.5
--- class.xul_io.inc.php        16 Sep 2002 23:05:15 -0000      1.6
***************
*** 162,166 ****
                                        if (isset($widgetattr2xul['.set']))     
// set default-attr for type
                                        {
!                                               $attrs = 
explode(',',$widgetattr2xul[1]);
                                                while (list(,$attr) = 
each($attrs))
                                                {
--- 162,166 ----
                                        if (isset($widgetattr2xul['.set']))     
// set default-attr for type
                                        {
!                                               $attrs = 
explode(',',$widgetattr2xul['.set']);
                                                while (list(,$attr) = 
each($attrs))
                                                {





reply via email to

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