Code

Updated department generic.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Feb 2008 07:48:08 +0000 (07:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Feb 2008 07:48:08 +0000 (07:48 +0000)
-Write UnitTag.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9090 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_departmentGeneric.inc

index a6e443d0815bb2faaa29b4c0664efb475f3068f6..a59500df8e2a5b76d6282611f8a75d2217320580 100644 (file)
@@ -317,6 +317,8 @@ class department extends plugin
     }
     plugin::save();
 
+    $this->attrs['gosaUnitTag'] = $this->gosaUnitTag;
+
     /* Remove tag information if needed */
     if (!$this->is_administrational_unit){
       $tmp= array();