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