mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
"fixed bug introduced by my commit r24522: egw could not deal with LDAP Ids"
This commit is contained in:
parent
a0201fd941
commit
015180cd06
@ -172,7 +172,7 @@
|
||||
array_shift($globalUidParts); // remove the app name
|
||||
array_pop($globalUidParts); // remove the install_id
|
||||
|
||||
return explode('-',$globalUidParts); // return the rest, allowing to have dashs in the id, can happen with LDAP!
|
||||
return implode('-',$globalUidParts); // return the rest, allowing to have dashs in the id, can happen with LDAP!
|
||||
}
|
||||
|
||||
// This is used for searching the access fields
|
||||
|
Loading…
Reference in New Issue
Block a user