added 2. attr. for nextmatch

This commit is contained in:
Ralf Becker 2002-10-17 22:13:18 +00:00
parent 0666aebaba
commit ee4894e01e

View File

@ -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);