Code

fixed problem with klicking apply more than once
[gosa.git] / plugins / admin / systems / class_terminalInfo.inc
index e60405bba54bde7820bd02581fa36dc48743c2b9..97a3ef362ed2f3ee9ff2fda54e92750d2baafb0b 100644 (file)
@@ -223,9 +223,6 @@ class terminfo extends plugin
 
   function remove_from_parent()
   {
-    $ldap= $this->config->get_ldap_link();
-    $ldap->rmdir($this->dn);
-    show_ldap_error($ldap->get_error());
   }
 
 
@@ -236,7 +233,6 @@ class terminfo extends plugin
   }
 
 
-
   /* Save to LDAP */
   function save()
   {