Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module |
— | — | @@ -320,7 +320,7 @@ |
321 | 321 | $location = _queue2civicrm_location_insert( $msg, $contact ); |
322 | 322 | |
323 | 323 | // Tag contact for review |
324 | | - $tag = _queu2civicrm_tag_insert( $contact ); |
| 324 | + $tag = _queue2civicrm_tag_insert( $contact ); |
325 | 325 | |
326 | 326 | // prepare query for inserting data to civicrm_contribution_recur |
327 | 327 | $query = "INSERT INTO {civicrm.civicrm_contribution_recur} ( |
— | — | @@ -449,7 +449,7 @@ |
450 | 450 | $location = _queue2civicrm_location_update( $msg, $contact ); |
451 | 451 | |
452 | 452 | // Tag contact for review |
453 | | - $tag = _queu2civicrm_tag_insert( $contact ); |
| 453 | + $tag = _queue2civicrm_tag_insert( $contact ); |
454 | 454 | |
455 | 455 | watchdog( 'recurring', 'Subscription succesfully modified for subscription id: %subscr_id', array( '%subscr_id' => print_r( $msg['subscr_id'], true )), WATCHDOG_NOTICE ); |
456 | 456 | return 1; |