mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
fixed a bug the the labels got not included if one generated a new lang-file
This commit is contained in:
parent
2aa000eac8
commit
db6808f3b3
@ -704,7 +704,7 @@
|
|||||||
|
|
||||||
if ($cell['type'] != 'image')
|
if ($cell['type'] != 'image')
|
||||||
{
|
{
|
||||||
$strings += explode('|',$cell['label']);
|
$strings = array_merge($strings,explode('|',$cell['label']));
|
||||||
}
|
}
|
||||||
list($extra_row) = explode(',',$cell['size']);
|
list($extra_row) = explode(',',$cell['size']);
|
||||||
if (substr($cell['type'],0,6) == 'select' && !empty($extra_row) && !intval($extra_row))
|
if (substr($cell['type'],0,6) == 'select' && !empty($extra_row) && !intval($extra_row))
|
||||||
|
Loading…
Reference in New Issue
Block a user