You are here

function captcha_questions_dblog_install in Captcha Questions 7

Same name and namespace in other branches
  1. 8 captcha_questions_dblog/captcha_questions_dblog.install \captcha_questions_dblog_install()

Implements hook_install().

File

captcha_questions_dblog/captcha_questions_dblog.install, line 75
Install and uninstall functions for the Captcha questions dblog module.

Code

function captcha_questions_dblog_install() {
  drupal_set_message(st("Captcha questions database logging installed successfully. !configure what forms to protect.", array(
    '!configure' => l(st('Configure'), 'admin/config/people/captcha_questions'),
  )));
}