You are here

function hosting_update_6002 in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 hosting.install \hosting_update_6002()
  2. 7.3 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 118
Install, update and uninstall for the hosting module.

Code

function hosting_update_6002() {
  return array();
}