You are here

function pardot_install in Pardot Integration 6

Implementation of hook_install()

File

./pardot.install, line 173

Code

function pardot_install() {
  drupal_install_schema('pardot');
}