function referral_install in User Referral 6
Same name and namespace in other branches
- 5 referral.install \referral_install()
- 7 referral.install \referral_install()
Implementation of hook_install().
File
- ./
referral.install, line 58
Code
function referral_install() {
// Create tables.
$result = drupal_install_schema('referral');
}