You are here

function site_verify_update_3 in Site verification 7

Same name and namespace in other branches
  1. 6 site_verify.install \site_verify_update_3()
  2. 7.2 site_verify.install \site_verify_update_3()

Run imports from other contrib modules.

File

./site_verify.install, line 86
Install, update and uninstall functions for the site_verify module.

Code

function site_verify_update_3() {
  site_verify_import_xmlsitemap();
  site_verify_import_ghs();
}