function pmpapi_install in Public Media Platform API Integration 7
Implements hook_install().
File
- ./
pmpapi.install, line 11 - Install, update and uninstall functions for the PMPAPI Push module.
Code
function pmpapi_install() {
variable_set('pmpapi_cache', TRUE);
}