You are here

function answers_userpoints_enable in Answers 7.4

Implements hook_enable().

File

answers_userpoints/answers_userpoints.install, line 11
Install, update, and uninstall functions for the answers_userpoints module.

Code

function answers_userpoints_enable() {
  cache_clear_all();
}