You are here

text_captcha.install in CAPTCHA 6

Same filename and directory in other branches
  1. 5.3 text_captcha/text_captcha.install

File

text_captcha/text_captcha.install
View source
<?php

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

Functions

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