function qpcache_install in QueryPath 6
Implementation of hook_install().
File
- qpcache/
qpcache.install, line 52 - The installer file for qpcache.
Code
function qpcache_install() {
drupal_install_schema('qpcache');
}
Implementation of hook_install().
function qpcache_install() {
drupal_install_schema('qpcache');
}