You are here

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');
}