function cloze_install in Cloze 6
Same name and namespace in other branches
- 7 cloze.install \cloze_install()
Implementation of hook_install().
File
- ./
cloze.install, line 11 - The installer file for short_answer.
Code
function cloze_install() {
drupal_install_schema('cloze');
variable_set('node_options_cloze', array(
'status',
));
cache_clear_all('autoload:', 'cache');
}