forked from extern/egroupware
"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_shift($globalUidParts); // remove the app name
|
||||||
array_pop($globalUidParts); // remove the install_id
|
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
|
// This is used for searching the access fields
|
||||||
|
Loading…
Reference in New Issue
Block a user