You are here

function poll_uninstall in Drupal 6

Same name and namespace in other branches
  1. 5 modules/poll/poll.install \poll_uninstall()

Implementation of hook_uninstall().

File

modules/poll/poll.install, line 14

Code

function poll_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('poll');
}