You are here

function headerimage_uninstall in Header image 5

Same name and namespace in other branches
  1. 6 headerimage.install \headerimage_uninstall()
  2. 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_%%'");
}