function aggregator_install

6.x aggregator.install aggregator_install()

Implementation of hook_install().

File

drupal-6.x/modules/aggregator/aggregator.install, line 6

Code

function aggregator_install() {
  // Create tables.
  drupal_install_schema('aggregator');
}