"fixed bug introduced by my commit r24522: egw could not deal with LDAP Ids"

This commit is contained in:
Ralf Becker 2007-10-17 14:40:02 +00:00
parent a0201fd941
commit 015180cd06

View File

@ -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