summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02c1b6e)
raw | patch | inline | side by side (parent: 02c1b6e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 14:14:13 +0000 (14:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Apr 2010 14:14:13 +0000 (14:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17848 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/class_departmentManagement.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/class_departmentManagement.inc b/gosa-core/plugins/admin/departments/class_departmentManagement.inc
index 84382e4e3be9cad97338a1f75d92eee08518eb74..ec66d7f79b0a5c331dbd8d97467bb1a83b3d65d9 100644 (file)
static function filterDepLabel($row,$dn,$params,$ou,$pid,$base)
{
$ou = $ou[0];
- if($dn == $base){
+ if(LDAP::convert($dn) == $base){
$ou =".";
}
$dn= LDAP::fix(func_get_arg(1));