You are here

function blocks404_disable in 404 Blocks 5

Implements hook_disable().

File

./blocks404.install, line 5

Code

function blocks404_disable() {
  if (variable_get('site_404', '') == BLOCKS404_PAGE) {
    variable_set('site_404', '');
  }
}