thickbox.install in Thickbox 6
Same filename and directory in other branches
Installation functions for Thickbox.
File
thickbox.installView source
<?php
/**
* @file
* Installation functions for Thickbox.
*/
/**
* Implementation of hook_uninstall().
*/
function thickbox_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'thickbox_%'");
}
Functions
Name | Description |
---|---|
thickbox_uninstall | Implementation of hook_uninstall(). |