From f4fc055b0c10ad24744057ef0b798fa5007b08b1 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 26 Oct 2009 13:57:57 +0000 Subject: [PATCH] Removed wrong comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14640 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/admin/departments/class_departmentGeneric.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc index 8461693da..78e514f1e 100644 --- a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc +++ b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc @@ -284,8 +284,8 @@ class department extends plugin } } - /* If this is the root directory service entry (rootDSE) - then avoid changing the naming attribute of this entry. + /* If this is the root directory service entry then avoid + changing the naming attribute of this entry. */ if($this->dn == $this->config->current['BASE']){ $this->$nA = $old_nA; -- 2.30.2