Bug #4924
Configs table not removed at uninstallation
Status: | Resolved | Start date: | 05/27/2014 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | CDuv | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
The glpi_plugin_connections_configs
seems to remains in database after plugin was uninstalled.
History
#1 Updated by CDuv about 8 years ago
- Status changed from Assigned to Resolved
Fixed in r12: plugin_connections_uninstall()
now deletes glpi_plugin_connections_configs
table (see source:/trunk/hook.php@12#L110).