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.22,1.23


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.xul_io.inc.php,1.22,1.23
Date: Thu, 17 Oct 2002 18:13:46 -0400

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

Modified Files:
        class.xul_io.inc.php 
Log Message:
added 2. attr. for nextmatch


Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** class.xul_io.inc.php        14 Oct 2002 00:36:36 -0000      1.22
--- class.xul_io.inc.php        17 Oct 2002 22:13:18 -0000      1.23
***************
*** 159,163 ****
                        {
                        case 'nextmatch':
!                               $embeded = new 
etemplate($cell['size'],$etempl->as_array());
                                if ($embeded_too)
                                {
--- 159,164 ----
                        {
                        case 'nextmatch':
!                               list($tpl) = explode(',',$cell['size']);
!                               $embeded = new 
etemplate($tpl,$etempl->as_array());
                                if ($embeded_too)
                                {





reply via email to

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