You are here

function entitycache_uninstall in Entity cache 7

Implements hook_uninstall().

File

./entitycache.install, line 42
Schema and install hooks for the entitycache module.

Code

function entitycache_uninstall() {
  variable_del('entitycache_disabled_entity_types');
}