summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: edb8022)
raw | patch | inline | side by side (parent: edb8022)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Jul 2006 10:45:07 +0000 (10:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Jul 2006 10:45:07 +0000 (10:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4324 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 dd7cf2e30bf8b2035252c405160e13a04415fc24..3c2e84c7178611e5962910596dbf2e4e26e71fef 100644 (file)
$this->attrs['objectClass'][] = "gosaAdministrativeUnitTag";
}
+ if($this->orig_dn == 'new'){
+ foreach(array("gotoGroupPrinter","gotoUserAdminPrinter","gotoGroupAdminPrinter","gotoUserPrinter") as $checkVar){
+ if(count($this->attrs[$checkVar]) == 0 || empty($this->attrs[$checkVar])){
+ unset($this->attrs[$checkVar]);
+ }
+ }
+ }
+
/* Write back to ldap */
$ldap= $this->config->get_ldap_link();
if ($this->orig_dn == 'new'){