From: hickert Date: Wed, 25 Jan 2006 07:40:10 +0000 (+0000) Subject: Removed comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9451707bbd842fb0718c76b4b2a4dd0923e1d11b;p=gosa.git Removed comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2565 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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']); } }