Skip to content

Commit

Permalink
#69 MailChimp subscription VBOs- add wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
BBGuy committed Dec 15, 2015
1 parent f231a57 commit 0c3a67b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ function kendra_home_mods_unsubscribe_mailchimp_action(&$user, $context = array(
function kendra_home_mods_resubscribe_mailchimp_action(&$user, $context = array()) {
$uid = $user->uid;
kendra_home_mods_mailchimp_unsubscribe($uid);
sleep(3);
kendra_home_mods_mailchimp_subscribe($uid);
}

Expand Down

0 comments on commit 0c3a67b

Please sign in to comment.