Code

Fixed w3c errors
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index 4befeacf061cc92d8870f639dcb14ff8e18fa988..6a80c0de5786968a146b954f092c94394105cf5b 100644 (file)
@@ -196,10 +196,7 @@ class termstartup extends plugin
 
   function remove_from_parent()
   {
-    $ldap= $this->config->get_ldap_link();
-    $ldap->rmdir($this->dn);
-    show_ldap_error($ldap->get_error());
-    $this->handle_post_events("remove");
+      $this->handle_post_events("remove");
   }