function schema_uninstall in Schema 6
Same name and namespace in other branches
- 7 schema.install \schema_uninstall()
Implementation of hook_uninstall(),
File
- ./
schema.install, line 61
Code
function schema_uninstall() {
variable_del('schema_status_report');
variable_del('schema_suppress_type_warnings');
}