You are here

answers_userpoints.install in Answers 7.4

Install, update, and uninstall functions for the answers_userpoints module.

File

answers_userpoints/answers_userpoints.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions for the answers_userpoints module.
 */

/**
 * Implements hook_enable().
 */
function answers_userpoints_enable() {
  cache_clear_all();
}

Functions

Namesort descending Description
answers_userpoints_enable Implements hook_enable().