profile_user_insert

Versions
7
profile_user_insert(&$edit, $account, $category)

Implement hook_user_insert().

Code

modules/profile/profile.module, line 223

<?php
function profile_user_insert(&$edit, $account, $category) {
  profile_save_profile($edit, $account, $category, TRUE);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.