function qpcache_uninstall in QueryPath 6
Implementation of hook_uninstall().
File
- qpcache/
qpcache.install, line 59 - The installer file for qpcache.
Code
function qpcache_uninstall() {
drupal_uninstall_schema('qpcache');
}
Implementation of hook_uninstall().
function qpcache_uninstall() {
drupal_uninstall_schema('qpcache');
}