From be8c05c4629b892e244b5e5855a071f90d6fb4be Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 18 Apr 2007 13:01:27 +0000 Subject: [PATCH] Fixed ogroup multiple deletion code.. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6089 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/ogroups/class_ogroupManagement.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc index 4f4317233..6cc45def4 100644 --- a/plugins/admin/ogroups/class_ogroupManagement.inc +++ b/plugins/admin/ogroups/class_ogroupManagement.inc @@ -131,11 +131,6 @@ class ogroupManagement extends plugin } - - - - - /******************** Delete MULTIPLE entries requested, display confirm dialog ********************/ @@ -179,7 +174,7 @@ class ogroupManagement extends plugin /* Delete request is permitted, perform LDAP action */ $this->ogroup= new ogrouptabs($this->config,$this->config->data['TABS']['OGROUPTABS'], $dn); $this->ogroup->delete (); - gosa_log ("Object group'".$this->dn."' has been removed"); + gosa_log ("Object group'".$dn."' has been removed"); unset ($this->ogroup); $this->ogroup= NULL; } else { -- 2.30.2