You are here

foo_captcha.install in CAPTCHA Pack 6

File

foo_captcha/foo_captcha.install
View source
<?php

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

Functions

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