From 015180cd0674c1b736330b15392d6bdb2935eca3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 17 Oct 2007 14:40:02 +0000 Subject: [PATCH] "fixed bug introduced by my commit r24522: egw could not deal with LDAP Ids" --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 873090f2bf..bbbe04d322 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -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