function hubspot_update_7202 in HubSpot 7.2
Same name and namespace in other branches
- 7.3 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.');
}