You are here

function pardot_update_7200 in Pardot Integration 7.2

Enable the new automate API module.

File

./pardot.install, line 101
Install/uninstall taks and updates.

Code

function pardot_update_7200() {
  module_enable(array(
    'automate',
  ));
  return t('Enabled the automate API module.');
}