You are here

ga_push_form_validate.install in GA Push 7

Installation file for GA Push (form validate) module.

File

modules/form_validate/ga_push_form_validate.install
View source
<?php

/**
 * @file
 * Installation file for GA Push (form validate) module.
 */

/**
 * Implements hook_uninstall().
 */
function ga_push_form_validate_uninstall() {
  variable_del('ga_push_form_validate_forms');
  variable_del('ga_push_form_validate_show_form_ids');
}

Functions