aggregator_install
Definition
aggregator_install()
modules/aggregator/aggregator.install, line 6
Description
Implementation of hook_install().
Code
<?php
function aggregator_install() {
// Create tables.
drupal_install_schema('aggregator');
}
?> aggregator_install()
modules/aggregator/aggregator.install, line 6
Implementation of hook_install().
<?php
function aggregator_install() {
// Create tables.
drupal_install_schema('aggregator');
}
?>