You are here

function pardot_update_7201 in Pardot Integration 7.2

Enable the new pardot_webform module.

File

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

Code

function pardot_update_7201() {
  module_enable(array(
    'pardot_webform',
  ));
  return t('Enabled the pardot_webform module.');
}