You are here

function pmpapi_update_boot in Public Media Platform API Integration 7

Implements hook_boot().

File

pmpapi_update/pmpapi_update.module, line 6

Code

function pmpapi_update_boot() {

  // pmpapi_notifications can never be cached
  if (arg(0) == 'pmpapi_notifications') {
    $GLOBALS['conf']['cache'] = FALSE;
  }
}