mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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')
|
||||
{
|
||||
$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))
|
||||
|
Loading…
Reference in New Issue
Block a user