From 8fd5f3b9b954771685cdcc03300dd082cc6c66fc Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 Oct 2007 13:25:19 +0000 Subject: [PATCH] Removed duplicated post event. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_termDNS.inc | 6 ------ 1 file changed, 6 deletions(-) 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"); } -- 2.30.2