You are here

function support_pm_uninstall in Support Ticketing System 6

Cleanup.

File

support_pm/support_pm.install, line 137

Code

function support_pm_uninstall() {
  drupal_uninstall_schema('support_pm');
}