mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
added 2. attr. for nextmatch
This commit is contained in:
parent
0666aebaba
commit
ee4894e01e
@ -158,7 +158,8 @@
|
||||
switch ($parent)
|
||||
{
|
||||
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)
|
||||
{
|
||||
$this->etempl2grid($embeded,&$root,$embeded_too);
|
||||
|
Loading…
Reference in New Issue
Block a user