Projet

Général

Profil

Révision 99781f3b

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/hidden_captcha/hidden_captcha.install
1 1
<?php
2
// $Id: hidden_captcha.install,v 1.1.2.1 2010/06/29 05:55:33 alexiswilke Exp $
3 2

  
4 3
/**
5
 * Implementation of hook_uninstall().
4
 * @file
5
 * Install, update, and uninstall functions for the Hidden CAPTCHA module.
6
 */
7

  
8
/**
9
 * Implements hook_uninstall().
6 10
 *
7
 * On uninstall: remove module variables and clear variable cache
11
 * On uninstall: Remove module variables and clear variable cache.
8 12
 */
9 13
function hidden_captcha_uninstall() {
10 14
  db_query("DELETE FROM {variable} WHERE name LIKE 'hidden_captcha_%%'");

Formats disponibles : Unified diff