From: hickert Date: Wed, 17 Sep 2008 07:19:25 +0000 (+0000) Subject: Updated functions inc. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c7f2f74ff34c8ab0919db4688acc4f5355e1589;p=gosa.git Updated functions inc. -Removed strtolower from get_ou() RDN detection. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12494 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index b635eb88f..bffe5c9d7 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -1150,8 +1150,6 @@ function get_ou($name) { global $config; - $name= strtolower($name); - $map = array( "ogroupou" => "ou=groups,", "applicationou" => "ou=apps,",