You are here

function modal_forms_uninstall in Modal forms (with ctools) 6

Same name and namespace in other branches
  1. 7 modal_forms.install \modal_forms_uninstall()

Implements hook_uninstall().

File

./modal_forms.install, line 19
Contains install and update functions for modal_forms.

Code

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