Code

Fixed tagging.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Jul 2006 06:00:14 +0000 (06:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Jul 2006 06:00:14 +0000 (06:00 +0000)
commite6f28de28f678616ceab123057ae418989520858
treeaf18cc5a0cae902b2957c321a9165db3d3d0b70b
parentdd6315f87053cbebc8a475c76bee11180740012d
Fixed tagging.
The tagging method was called twice.
-The first call was ok.
-But the second call failed.
Because we have checked the objectClasses for gosaAdministrativeUnitTag, and the objectClasses wasn't present in this->attrs anymore
because cleanup from last save() call removed all objectClasses and so, $this->gosaUnitTag was set to "" to generate a new one.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4134 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/class_departmentGeneric.inc