summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 735a2ee)
raw | patch | inline | side by side (parent: 735a2ee)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 May 2006 15:22:27 +0000 (15:22 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 37fdfc923bd08d1fe1b30a84dc60ef8a37f73a46..976d182ccf1d302242d0b562b152433d50aee5ae 100644 (file)
}
$ldap->cd($this->dn);
$this->cleanup();
+ $this->attrs['gosaUnitTag']= array();
$ldap->modify ($this->attrs);
if(!$this->didAction){