From: cajus Date: Thu, 13 Apr 2006 14:20:14 +0000 (+0000) Subject: Fixed convert_department_dn again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=427a9e27c0e3448250115be1fcc8946798822172;p=gosa.git Fixed convert_department_dn again git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3045 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 09f90acce..807fbb636 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -782,7 +782,7 @@ function convert_department_dn($dn) } /* Return and remove accidently trailing slashes */ - return @ldap::fix(rtrim($dep, "/")); + return rtrim($dep, "/"); } function convert_department_dn2($dn)