From c0977474bee09c3a0d020f7c89eadf839f559c7f Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 4 Jun 2008 08:24:10 +0000 Subject: [PATCH] reverted last commit git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11197 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/admin/departments/class_departmentManagement.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_departmentManagement.inc b/gosa-core/plugins/admin/departments/class_departmentManagement.inc index d9384fd59..174b11bd1 100644 --- a/gosa-core/plugins/admin/departments/class_departmentManagement.inc +++ b/gosa-core/plugins/admin/departments/class_departmentManagement.inc @@ -435,9 +435,9 @@ class departmentManagement extends plugin $this->departments= array(); /* Add current base to the list of available departments, but only if its naming attribute is 'ou' */ -# if(preg_match("/^ou=/",$base)){ + if(preg_match("/^ou=/",$base)){ $this->departments [ convert_department_dn($base) ] = "."; - # } + } foreach ($res as $key => $value){ -- 2.30.2