You are here

function hosting_update_6002 in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 hosting.install \hosting_update_6002()
  2. 7.4 hosting.install \hosting_update_6002()

Implements hook_update_N().

no-op - this used to verify one platform and all sites but breaks major upgrades.

File

./hosting.install, line 141
Define database schemas and update functions for the hosting module.

Code

function hosting_update_6002() {
  return array();
}