Index: civicrm/trunk/sites/all/modules/queue2civicrm/queue2civicrm_common.inc |
— | — | @@ -211,7 +211,8 @@ |
212 | 212 | 'state_province' => _queue2civicrm_get_state( $msg[ 'country' ], $msg['state_province'] ), |
213 | 213 | 'postal_code' => $msg['postal_code'], |
214 | 214 | 'country' => $msg['country'], |
215 | | - 'email' => $msg['email'] |
| 215 | + 'email' => $msg['email'], |
| 216 | + 'location_type' => 'Home', |
216 | 217 | ); |
217 | 218 | $location_result = &civicrm_location_update( $address ); |
218 | 219 | watchdog( 'queue2civicrm', 'Result for updating location: %location', array( '%location' => print_r( $location_result, true )), WATCHDOG_DEBUG ); |