mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-06 13:29:22 +01:00
Keep provided order. Fixes adding users in calendar destroys the sort order.
This commit is contained in:
parent
acaed9bcb4
commit
cf87169a3d
@ -226,7 +226,6 @@ class uiaccountsel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// sort users and groups alphabeticaly and put the groups behind the users
|
// sort users and groups alphabeticaly and put the groups behind the users
|
||||||
uasort($already_selected,strcasecmp);
|
|
||||||
uasort($users,strcasecmp);
|
uasort($users,strcasecmp);
|
||||||
uasort($groups,strcasecmp);
|
uasort($groups,strcasecmp);
|
||||||
$select = $already_selected + $users + $groups;
|
$select = $already_selected + $users + $groups;
|
||||||
|
Loading…
Reference in New Issue
Block a user