function seo_checker_install in SEO Compliance Checker 6
Same name and namespace in other branches
- 6.2 seo_checker.install \seo_checker_install()
Implementation of hook_install().
File
- ./
seo_checker.install, line 34 - Installer for the SEO Compliance Checker
Code
function seo_checker_install() {
variable_set('jquery_update_compression_type', 'none');
}