Code

Updated manufacturer handling
[gosa.git] / plugins / admin / systems / class_workstationGeneric.inc
index eb4f05fbafe41f869ad24f2b0ad5b00d824555b4..33a49bcb040347a9de0ab30398f0989b91ac99b5 100644 (file)
@@ -283,9 +283,6 @@ class workgeneric extends plugin
       }
     }
     show_ldap_error($ldap->get_error());
-
-    /* Optionally execute a command after we're done */
-    $this->postcreate();
   }
 
 }