function headerimage_uninstall in Header image 5
Same name and namespace in other branches
- 6 headerimage.install \headerimage_uninstall()
- 7 headerimage.install \headerimage_uninstall()
File
- ./
headerimage.install, line 37
Code
function headerimage_uninstall() {
db_query('DROP TABLE {headerimage}');
db_query('DROP TABLE {headerimage_block}');
db_query("DELETE FROM {variable} WHERE name LIKE 'headerimage_%%'");
}