You are here

function authcache_install in Authenticated User Page Caching (Authcache) 6

Same name and namespace in other branches
  1. 7 authcache.install \authcache_install()

Implements hook_install().

File

./authcache.install, line 30

Code

function authcache_install() {

  // Ensure that the module is loaded early in the bootstrap:
  db_query("UPDATE {system} SET weight = -90 WHERE name = '%s'", 'authcache');
}