From: cajus Date: Mon, 26 Oct 2009 13:57:57 +0000 (+0000) Subject: Removed wrong comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f4fc055b0c10ad24744057ef0b798fa5007b08b1;p=gosa.git Removed wrong comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14640 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;