aggregator_install()
Implementation of hook_install().
modules/aggregator/aggregator.install, line 12
<?php function aggregator_install() { // Create tables. drupal_install_schema('aggregator'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen