function profile_install in Drupal 6
Same name and namespace in other branches
- 5 modules/profile/profile.install \profile_install()
Implementation of hook_install().
File
- modules/
profile/ profile.install, line 6
Code
function profile_install() {
// Create tables.
drupal_install_schema('profile');
}