function customerroralt_uninstall in Customerror 7
Implements hook_uninstall().
File
- customerroralt/
customerroralt.install, line 11 - Install, update and uninstall functions for the customerroralt module.
Code
function customerroralt_uninstall() {
db_delete('variable')
->condition('name', 'customerroralt_%', 'LIKE')
->execute();
}