summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 435383a)
raw | patch | inline | side by side (parent: 435383a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Jan 2006 07:40:10 +0000 (07:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 Jan 2006 07:40:10 +0000 (07:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2565 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_glpiManufacturer.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_glpiManufacturer.inc b/plugins/admin/systems/class_glpiManufacturer.inc
index b021060e48575ee8db996683ac5908ed6f0e6999..9b92e4016babcb5f494a24d73641235ac1eabcd1 100644 (file)
}
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']);
}
}