summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 53fee48)
raw | patch | inline | side by side (parent: 53fee48)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Jul 2006 11:30:25 +0000 (11:30 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Jul 2006 11:30:25 +0000 (11:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4072 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_printGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc
index 156dfd4770992fb9a6fd9b26706689398e87b52a..8d4d00a8769602bfa516200ec27ac9042ff34019 100644 (file)
$this->attrs['gotoGroupAdminPrinter'][]=$mem['cn'][0];
}
+ if(($this->gosaUnitTag) && (!in_array_ics("gosaAdministrativeUnitTag",$this->attrs['objectClass']))){
+ $this->attrs['objectClass'][] = "gosaAdministrativeUnitTag";
+ }
+
/* Write back to ldap */
$ldap= $this->config->get_ldap_link();
if ($this->orig_dn == 'new'){