function aggregator_install
Implementation of hook_install().
Archivo
- drupal-6.x/
modules/ aggregator/ aggregator.install, line 6
Código
function aggregator_install() {
// Create tables.
drupal_install_schema('aggregator');
}
Implementation of hook_install().
function aggregator_install() {
// Create tables.
drupal_install_schema('aggregator');
}