function profile_user_insert
Implements hook_user_insert().
File
-
modules/
profile/ profile.module, line 225
Code
function profile_user_insert(&$edit, $account, $category) {
profile_save_profile($edit, $account, $category, TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.