poll_install

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