| 5 poll.install | poll_uninstall() |
| 6 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');
}
Login or register to post comments