In profile_user() @ line 211:

    case 'register':
      return profile_form_profile($edit, $user, $category, TRUE);
    case 'update':
    return profile_save_profile($edit, $user, $category);
    case 'insert':
      return profile_save_profile($edit, $user, $category, TRUE);
CommentFileSizeAuthor
#1 codestyle-profile_user-1673692-1.patch600 bytesmichaelmol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

michaelmol’s picture

Status: Active » Needs review
FileSize
600 bytes

Attached patch with fix.

michaelmol’s picture

Priority: Minor » Normal

Prio to normal as I am not the person to decide this.

areke’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

This is pretty trivial, so I don't think anyone else needs to review this. The patch applies cleanly; it looks good. Thank you!

Status: Reviewed & tested by the community » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.