function sheetnode_phpexcel_uninstall in Sheetnode 5
Same name and namespace in other branches
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()
- 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()
- 7 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()
Implementation of hook_uninstall().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.install, line 28
Code
function sheetnode_phpexcel_uninstall() {
variable_del('sheetnode_phpexcel_library_path');
}