mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
small fix to get $sel_options for the last name
This commit is contained in:
parent
1399030749
commit
2c021a3be1
@ -587,11 +587,7 @@
|
|||||||
}
|
}
|
||||||
elseif (count($name_parts))
|
elseif (count($name_parts))
|
||||||
{
|
{
|
||||||
$org_name = array_shift($name_parts);
|
$org_name = $name_parts[count($name_parts)-1];
|
||||||
if (count($name_parts))
|
|
||||||
{
|
|
||||||
$org_name .= '['.implode('][',$name_parts).']';
|
|
||||||
}
|
|
||||||
if (isset($sel_options[$org_name]))
|
if (isset($sel_options[$org_name]))
|
||||||
{
|
{
|
||||||
$sels += $sel_options[$org_name];
|
$sels += $sel_options[$org_name];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user