You are here

function hosting_platform_update_6000 in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 platform/hosting_platform.install \hosting_platform_update_6000()
  2. 7.4 platform/hosting_platform.install \hosting_platform_update_6000()

Implements hook_update_N().

no-op - this was replaced by hosting_update_6002()

File

platform/hosting_platform.install, line 86
Define database schema and update functions for the Platforms module.

Code

function hosting_platform_update_6000() {

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