From 7a6a428eb1c6534e448094d51bc6a542fe832bb9 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 21 May 2007 07:02:23 +0000 Subject: [PATCH] Removed duplicated post call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6406 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_phoneGeneric.inc | 3 --- plugins/admin/systems/class_printGeneric.inc | 3 --- 2 files changed, 6 deletions(-) diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index 3c9d8150e..7b55449d9 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -425,9 +425,6 @@ class phoneGeneric extends plugin $this->netConfigDNS->cn = $this->cn; $this->netConfigDNS->save($this->dn); show_ldap_error($ldap->get_error(), sprintf(_("Saving of system phone/generic with dn '%s' failed."),$this->dn)); - - /* Optionally execute a command after we're done */ - $this->postcreate(); } diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 64a3ebc36..132e5667b 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -846,9 +846,6 @@ class printgeneric extends plugin $this->netConfigDNS->save($this->dn); } - /* Optionally execute a command after we're done */ - $this->postcreate(); - /* This is a multi object. Handle tagging here... */ $this->handle_object_tagging(); } -- 2.30.2