function copyright_block_uninstall in Copyright Block module 6
Same name and namespace in other branches
- 7.2 copyright_block.install \copyright_block_uninstall()
- 7 copyright_block.install \copyright_block_uninstall()
Implementation of hook_uninstall().
File
- ./
copyright_block.install, line 11 - Install, update and uninstall functions for the Copyright Block module.
Code
function copyright_block_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'copyright_block_%'");
}