function hosting_site_update_6003 in Hosting 7.4
Same name and namespace in other branches
- 6.2 site/hosting_site.install \hosting_site_update_6003()
- 7.3 site/hosting_site.install \hosting_site_update_6003()
Implements hook_update_N().
Update imported sites that have port 0 in the db. See #588072
File
- site/
hosting_site.install, line 276 - Define database schema and update functions for the hosting_site module.
Code
function hosting_site_update_6003() {
$ret = array();
// this is now irrelevant as the ports have been refactored completely.
return $ret;
}