Code

Fixed error FAIscript (invalid attribute )
[gosa.git] / plugins / admin / systems / class_terminalService.inc
index 6dfea3537493ea6d3fa7904eb55d07c4915f43ee..6cce41a472e530ac7f8f8f0ecd40881c50561157 100644 (file)
@@ -209,9 +209,6 @@ class termservice 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");
   }