From a4ac32522f5a8570cc5dc6b9ea2d4ad2952798b7 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 10 Mar 2008 14:16:19 +0000 Subject: [PATCH] Updated add/remove for tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9595 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_departmentGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2