You are here

function hosting_update_6002 in Hostmaster (Aegir) 6

Implements hook_update_N().

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

File

modules/hosting/hosting.install, line 115
Install, update and uninstall for the hosting module.

Code

function hosting_update_6002() {
  return array();
}