You are here

copyright_block.install in Copyright Block module 6

Install, update and uninstall functions for the Copyright Block module.

File

copyright_block.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Copyright Block module.
 */

/**
 * Implementation of hook_uninstall().
 */
function copyright_block_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'copyright_block_%'");
}

Functions

Namesort descending Description
copyright_block_uninstall Implementation of hook_uninstall().