function account_sync_user in Account Sync 6
Implementation of hook_user().
File
- ./
account_sync.module, line 76
Code
function account_sync_user($op, &$edit, &$account, $category = NULL) {
module_load_include('inc', 'account_sync', 'account_sync.sender');
return account_sync_send_update($op, &$edit, &$account, $category);
}