You are here

function certificate_test_install in Certificate 8.3

Same name and namespace in other branches
  1. 7.3 modules/certificate_test/certificate_test.install \certificate_test_install()
  2. 7.2 modules/certificate_test/certificate_test.install \certificate_test_install()
  3. 3.x modules/certificate_test/certificate_test.install \certificate_test_install()

Implements hook_install().

File

modules/certificate_test/certificate_test.install, line 11
certificate_test.install Installation tasks for test module.

Code

function certificate_test_install() {
  variable_set('certificate_certifiable_page', 1);
}