From 6c7f2f74ff34c8ab0919db4688acc4f5355e1589 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Sep 2008 07:19:25 +0000 Subject: [PATCH] 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 --- gosa-core/include/functions.inc | 2 -- 1 file changed, 2 deletions(-) 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,", -- 2.30.2