You are here

function mailchimp_update_6206 in Mailchimp 6.2

Same name and namespace in other branches
  1. 7 mailchimp.install \mailchimp_update_6206()

Cache blocks with forms per-user.

File

./mailchimp.install, line 139

Code

function mailchimp_update_6206() {
  $return = array();
  $return[] = update_sql("UPDATE {blocks} SET cache = " . BLOCK_CACHE_PER_USER . " WHERE module = 'mailchimp'");
  return $return;
}