function poll_install in Drupal 6
Same name and namespace in other branches
- 5 modules/poll/poll.install \poll_install()
Implementation of hook_install().
File
- modules/
poll/ poll.install, line 6
Code
function poll_install() {
// Create tables.
drupal_install_schema('poll');
}