poll_install
- Versions
- 5 – 6
poll_install()
Implementation of hook_install().
Code
modules/poll/poll.install, line 6
<?php
function poll_install() {
// Create tables.
drupal_install_schema('poll');
}
?>Login or register to post comments poll_install()Implementation of hook_install().
modules/poll/poll.install, line 6
<?php
function poll_install() {
// Create tables.
drupal_install_schema('poll');
}
?>Login or register to post comments