From: hickert Date: Mon, 22 Oct 2007 13:25:19 +0000 (+0000) Subject: Removed duplicated post event. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8fd5f3b9b954771685cdcc03300dd082cc6c66fc;p=gosa.git Removed duplicated post event. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_termDNS.inc b/plugins/admin/systems/class_termDNS.inc index fb11f58ad..bcaaf8b87 100644 --- a/plugins/admin/systems/class_termDNS.inc +++ b/plugins/admin/systems/class_termDNS.inc @@ -655,8 +655,6 @@ class termDNS extends plugin $tmp = new servdhcp($this->config,$this->dhcpParentNode); $tmp->handle_post_events("add"); -# print_a($attrs); -# print("cn=".$this->cn.",".$this->dhcpParentNode); show_ldap_error($ldap->get_error(),_("Tried to add new dhcp entry failed.")); } @@ -698,10 +696,6 @@ class termDNS extends plugin show_ldap_error($ldap->get_error(),_("Modifying dhcp entry failed.")); } } - - /* Handle post event */ - $tmp = new servdns($this->config,$this->dn); - $tmp->handle_post_events("modify"); }