You are here

function sms_user_user_presave in SMS Framework 7

Implements hook_user_presave().

File

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

Code

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