mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
corrected a "funny" php5 behavior
This commit is contained in:
parent
f34b93e6ae
commit
5d763bd11e
@ -201,7 +201,7 @@
|
||||
}
|
||||
if ($extra_label)
|
||||
{
|
||||
$select = array($extra_label) + $select;
|
||||
$select = array_merge(array($extra_label),$select);
|
||||
}
|
||||
|
||||
if ($nohtml)
|
||||
|
Loading…
Reference in New Issue
Block a user