You are here

random_captcha_type.install in CAPTCHA Pack 5

File

random_captcha_type/random_captcha_type.install
View source
<?php

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

Functions

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