Skip to content

Commit

Permalink
remove duplicate function from register elplatt#281
Browse files Browse the repository at this point in the history
remove duplicate function from register elplatt#281
  • Loading branch information
chris18890 committed Apr 27, 2014
1 parent f654d0b commit d9c5f47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crm/modules/register/register.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ function command_register () {
);
$member = array('membership' => $membership);
$contact['member'] = $member;
// Add user fields
$user = array('username' => $username);
$contact['user'] = $user;
// Save to database
$contact = contact_save($contact);

Expand Down

0 comments on commit d9c5f47

Please sign in to comment.