Code

Fixed printer object tagging
[gosa.git] / plugins / admin / systems / class_printGeneric.inc
index dd7cf2e30bf8b2035252c405160e13a04415fc24..3c2e84c7178611e5962910596dbf2e4e26e71fef 100644 (file)
@@ -714,6 +714,14 @@ class printgeneric extends plugin
       $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'){