function captcha_after_uninstall in CAPTCHA After 7
Same name and namespace in other branches
- 6 captcha_after.install \captcha_after_uninstall()
Implementation of hook_uninstall().
File
- ./
captcha_after.install, line 50 - Install, update and uninstall functions for the CAPTCHA After module.
Code
function captcha_after_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'captcha_after_%'");
}