function invite_by_email_install in Invite 7.4
Implements hook_install().
File
- modules/
invite_by_email/ invite_by_email.install, line 11 - Install, update and uninstall functions for the Invite by e-mail.
Code
function invite_by_email_install() {
invite_by_email_add_fields();
}