function aggregator_install in Drupal 6
Same name and namespace in other branches
- 5 modules/aggregator/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');
}