| 5 aggregator.install | aggregator_install() |
| 6 aggregator.install | aggregator_install() |
Implementation of hook_install().
File
- modules/
aggregator/ aggregator.install, line 6
Code
function aggregator_install() {
// Create tables.
drupal_install_schema('aggregator');
}
Login or register to post comments