You are here

simple_cookie_compliance.install in Simple Cookie Compliance 6

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

Contains the install functions for the module.

File

simple_cookie_compliance.install
View source
<?php

/**
 * @file
 * Contains the install functions for the module.
 */

/**
 * Implements hook_uninstall().
 */
function simple_cookie_compliance_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'simple_cookie_compliance%'");
}

Functions