From 9451707bbd842fb0718c76b4b2a4dd0923e1d11b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Jan 2006 07:40:10 +0000 Subject: [PATCH] Removed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2565 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_glpiManufacturer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_glpiManufacturer.inc b/plugins/admin/systems/class_glpiManufacturer.inc index b021060e4..9b92e4016 100644 --- a/plugins/admin/systems/class_glpiManufacturer.inc +++ b/plugins/admin/systems/class_glpiManufacturer.inc @@ -57,7 +57,7 @@ class glpiManufacturer extends plugin } print_red(sprintf(_("You can't delete this manufacturer, it is still in use by these system(s) '%s'"),$names)); }else{ - //$this->parent->handle->removeEnterprise($_POST['manufacturer']); + $this->parent->handle->removeEnterprise($_POST['manufacturer']); } } -- 2.30.2