You are here

function pardot_uninstall in Pardot Integration 6

Implementation of hook_uninstall()

File

./pardot.install, line 181

Code

function pardot_uninstall() {
  drupal_uninstall_schema('pardot');
}