function cloze_uninstall in Cloze 6
Implementation of hook_uninstall().
File
- ./
cloze.install, line 20  - The installer file for short_answer.
 
Code
function cloze_uninstall() {
  drupal_uninstall_schema('cloze');
}      
    Implementation of hook_uninstall().
function cloze_uninstall() {
  drupal_uninstall_schema('cloze');
}