You are here

function sheetnode_phpexcel_uninstall in Sheetnode 7

Same name and namespace in other branches
  1. 5 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()
  2. 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()
  3. 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.install \sheetnode_phpexcel_uninstall()

Implementation of hook_uninstall().

File

modules/sheetnode_phpexcel/sheetnode_phpexcel.install, line 59
Install, update and uninstall functions for the sheetnode_PHPExcel module.

Code

function sheetnode_phpexcel_uninstall() {
  variable_del('sheetnode_phpexcel_library_path');
  variable_del('sheetnode_phpexcel_export_links');
  variable_del('sheetnode_phpexcel_pdf_renderer_path');
}