You are here

function colorbox_uninstall in Colorbox 6

Same name and namespace in other branches
  1. 7.2 colorbox.install \colorbox_uninstall()
  2. 7 colorbox.install \colorbox_uninstall()

Implementation of hook_uninstall().

File

./colorbox.install, line 58
Install, update and uninstall functions for the colorbox module.

Code

function colorbox_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'colorbox_%'");
}