fixed a bug the the labels got not included if one generated a new lang-file

This commit is contained in:
Ralf Becker 2003-12-19 02:20:59 +00:00
parent 2aa000eac8
commit db6808f3b3

View File

@ -704,7 +704,7 @@
if ($cell['type'] != 'image')
{
$strings += explode('|',$cell['label']);
$strings = array_merge($strings,explode('|',$cell['label']));
}
list($extra_row) = explode(',',$cell['size']);
if (substr($cell['type'],0,6) == 'select' && !empty($extra_row) && !intval($extra_row))