You are here

word_list_captcha.install in CAPTCHA Pack 5

File

text_captcha/word_list_captcha/word_list_captcha.install
View source
<?php

/**
 * On uninstall: remove module variables and clear variable cache
 */
function word_list_captcha_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'word_list_captcha_%'");
  cache_clear_all('variables', 'cache');
}

Functions

Namesort descending Description
word_list_captcha_uninstall On uninstall: remove module variables and clear variable cache