Code

Added workaround for tagging
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 May 2006 15:22:27 +0000 (15:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 May 2006 15:22:27 +0000 (15:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3490 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationGeneric.inc

index 37fdfc923bd08d1fe1b30a84dc60ef8a37f73a46..976d182ccf1d302242d0b562b152433d50aee5ae 100644 (file)
@@ -378,6 +378,7 @@ class workgeneric extends plugin
       }
       $ldap->cd($this->dn);
       $this->cleanup();
+      $this->attrs['gosaUnitTag']= array();
       $ldap->modify ($this->attrs); 
 
       if(!$this->didAction){