You are here

function hosting_platform_update_6000 in Hostmaster (Aegir) 6

no-op - this was replaced by hosting_update_6002()

File

modules/hosting/platform/hosting_platform.install, line 89
Install, update and uninstall for the Platforms module.

Code

function hosting_platform_update_6000() {

  // this update was moved to hosting_update_6002()
  return array();
}