Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | _queue2civicrm_update_contribution_tracking( $msg, $contribution ); |
253 | 253 | |
254 | 254 | // update the contact |
255 | | - $contact = _queue2civicrm_contact_insert( $msg, $contact[ 'contact_id' ] ); |
| 255 | + $contact = _queue2civicrm_contact_update( $msg, $contact[ 'contact_id' ] ); |
256 | 256 | |
257 | 257 | // Insert the location record |
258 | 258 | $location = _queue2civicrm_location_insert( $msg, $contact ); |