function site_verify_install in Site verification 7
Same name and namespace in other branches
- 6 site_verify.install \site_verify_install()
- 7.2 site_verify.install \site_verify_install()
Implements hook_install().
File
- ./site_verify.install, line 58 
- Install, update and uninstall functions for the site_verify module.
Code
function site_verify_install() {
  // Import data from deprecated modules.
  site_verify_import_xmlsitemap();
  site_verify_import_ghs();
}