You are here

thickbox.install in Thickbox 6

Same filename and directory in other branches
  1. 5 thickbox.install

Installation functions for Thickbox.

File

thickbox.install
View source
<?php

/**
 * @file
 * Installation functions for Thickbox.
 */

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

Functions

Namesort descending Description
thickbox_uninstall Implementation of hook_uninstall().