You are here

function forena_pdf_uninstall in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.5 forena_pdf.install \forena_pdf_uninstall()
  2. 7.4 forena_pdf.install \forena_pdf_uninstall()

Implementation of hook_uninstall

File

./forena_pdf.install, line 10
Forena PDF installation

Code

function forena_pdf_uninstall() {
  variable_del('forena_pdf_disable_links');
  variable_del('forena_pdf_generator');
  variable_del('fornea_pdf_prince_path');
}