From 427a9e27c0e3448250115be1fcc8946798822172 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 13 Apr 2006 14:20:14 +0000 Subject: [PATCH] Fixed convert_department_dn again git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3045 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2