You are here

function hosting_site_update_6004 in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 site/hosting_site.install \hosting_site_update_6004()
  2. 7.3 site/hosting_site.install \hosting_site_update_6004()

Implements hook_update_N().

no-op - this is to be Re-verify all sites, moved to hosting_update_6002()

File

site/hosting_site.install, line 288
Define database schema and update functions for the hosting_site module.

Code

function hosting_site_update_6004() {
  return array();
}