profile_install
- Versions
- 5 – 6
profile_install()
Implementation of hook_install().
Code
modules/profile/profile.install, line 6
<?php
function profile_install() {
// Create tables.
drupal_install_schema('profile');
}
?>Login or register to post comments 