mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
added 2. attr. for nextmatch
This commit is contained in:
parent
0666aebaba
commit
ee4894e01e
@ -158,7 +158,8 @@
|
|||||||
switch ($parent)
|
switch ($parent)
|
||||||
{
|
{
|
||||||
case 'nextmatch':
|
case 'nextmatch':
|
||||||
$embeded = new etemplate($cell['size'],$etempl->as_array());
|
list($tpl) = explode(',',$cell['size']);
|
||||||
|
$embeded = new etemplate($tpl,$etempl->as_array());
|
||||||
if ($embeded_too)
|
if ($embeded_too)
|
||||||
{
|
{
|
||||||
$this->etempl2grid($embeded,&$root,$embeded_too);
|
$this->etempl2grid($embeded,&$root,$embeded_too);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user