You are here

block_subtitle.install in Block Subtitle 6

Same filename and directory in other branches
  1. 7 block_subtitle.install

Installation for block_subtitle module

File

block_subtitle.install
View source
<?php

// $Id$

/**
 * @file Installation for block_subtitle module
**/

/**
 * Implementation of hook_uninstall()
 */
function block_subtitle_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'block_subtitle_%'");
  cache_clear_all('variables', 'cache');
}

Functions

Namesort descending Description
block_subtitle_uninstall Implementation of hook_uninstall()