function hosting_platform_update_6000 in Hosting 7.4
Same name and namespace in other branches
- 6.2 platform/hosting_platform.install \hosting_platform_update_6000()
- 7.3 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 115 - 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();
}