profile_user_presave

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

Implement hook_user_presave().

Code

modules/profile/profile.module, line 214

<?php
function profile_user_presave(&$edit, $account, $category) {
  if ($account->uid) {
    profile_save_profile($edit, $account, $category);
  }
}
?>
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.