"fixed wrong template-name in export, if name contains variables"

This commit is contained in:
Ralf Becker 2009-02-25 15:56:14 +00:00
parent 1ca2d5c02a
commit c6d16df5a4

View File

@ -266,7 +266,6 @@
{
$this->add_etempl($templ,$embeded_too);
}
$cell['name'] = $templ->name;
unset($templ);
}
break;