From: cajus Date: Mon, 10 Mar 2008 14:16:19 +0000 (+0000) Subject: Updated add/remove for tags X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4ac32522f5a8570cc5dc6b9ea2d4ad2952798b7;p=gosa.git Updated add/remove for tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9595 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 c3a15fdb7..142ebdd5e 100644 --- a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc +++ b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc @@ -345,7 +345,7 @@ class department extends plugin } } if ($has_unit_tag == false && $this->is_administrational_unit == false){ - unset ($this->attrs['gosaUnitTag']); + $this->attrs['gosaUnitTag']= array(); } else { $this->attrs['gosaUnitTag']= $this->gosaUnitTag; }