function hosting_update_6002 in Hosting 7.4
Same name and namespace in other branches
- 6.2 hosting.install \hosting_update_6002()
- 7.3 hosting.install \hosting_update_6002()
Implements hook_update_N().
no-op - this used to verify one platform and all sites but breaks major upgrades.
File
- ./
hosting.install, line 141 - Define database schemas and update functions for the hosting module.
Code
function hosting_update_6002() {
return array();
}