From: cajus Date: Mon, 26 Jun 2006 10:59:07 +0000 (+0000) Subject: Still buggy. Removed reset of unit-Tag X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3d426e35a690a98d8ea12a40a13024b31046933c;p=gosa.git Still buggy. Removed reset of unit-Tag git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc index 4369bb7bc..e7bdf678d 100644 --- a/plugins/admin/departments/class_departmentGeneric.inc +++ b/plugins/admin/departments/class_departmentGeneric.inc @@ -288,8 +288,6 @@ class department extends plugin } $this->gosaUnitTag= preg_replace("/\./", "", $sec.$usec); } - } else { - $this->gosaUnitTag= ""; } plugin::save();