You are here

function webform2pdf_uninstall in Webform2PDF 7.4

Same name and namespace in other branches
  1. 6.2 webform2pdf.install \webform2pdf_uninstall()
  2. 6 webform2pdf.install \webform2pdf_uninstall()
  3. 7.3 webform2pdf.install \webform2pdf_uninstall()

Implements hook_uninstall().

File

./webform2pdf.install, line 86
Webform2pdf module install/schema hooks.

Code

function webform2pdf_uninstall() {
  variable_del('webform2pdf_default');
}