You are here

function sms_user_user_insert in SMS Framework 7

Implements hook_user_insert().

File

modules/sms_user/sms_user.module, line 647
Provides integration between the SMS Framework and Drupal users.

Code

function sms_user_user_insert(&$edit, $account, $category) {
  return sms_user_save($edit, $account, $category);
}