You are here

function choice_install in Quiz 6.6

Implementation of hook_install()

File

question_types/choice/choice.install, line 15
Sponsored by: Norwegian Centre for Telemedicine Code: falcon

Code

function choice_install() {
  drupal_install_schema('choice');
}