function hosting_platform_update_6000 in Hosting 6.2
Same name and namespace in other branches
- 7.4 platform/hosting_platform.install \hosting_platform_update_6000()
- 7.3 platform/hosting_platform.install \hosting_platform_update_6000()
no-op - this was replaced by hosting_update_6002()
File
- platform/
hosting_platform.install, line 90 - Install, update and uninstall for the Platforms module.
Code
function hosting_platform_update_6000() {
// this update was moved to hosting_update_6002()
return array();
}