You are here

function hubspot_update_7202 in HubSpot 7.3

Same name and namespace in other branches
  1. 7.2 hubspot.install \hubspot_update_7202()

Enable automate and hubspot_webform module.

File

./hubspot.install, line 72
Installation file for hubspot.

Code

function hubspot_update_7202() {
  module_enable(array(
    'automate',
    'hubspot_webform',
  ));
  return t('Enabled automate and hubspot_webform module.');
}