You are here

function pmpapi_pull_install in Public Media Platform API Integration 7

Implements hook_install().

File

pmpapi_pull/pmpapi_pull.install, line 11
Install, update and uninstall functions for the pmpapi_pull module.

Code

function pmpapi_pull_install() {
  variable_set('pmpapi_pull_pull_active', TRUE);
}