aggregator_install()files/drupal-6.7/modules/aggregator/aggregator.install, line 6
Implementation of hook_install().
<?php function aggregator_install() { // Create tables. drupal_install_schema('aggregator'); } ?>