You are here

function simplenews_uninstall in Simplenews 7

Same name and namespace in other branches
  1. 5 simplenews.install \simplenews_uninstall()
  2. 6.2 simplenews.install \simplenews_uninstall()
  3. 6 simplenews.install \simplenews_uninstall()
  4. 7.2 simplenews.install \simplenews_uninstall()

Implements hook_uninstall().

File

./simplenews.install, line 359
Install, update and uninstall functions for the simplenews module

Code

function simplenews_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'simplenews_%%'");
}