You are here

function hosting_site_update_6003 in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 site/hosting_site.install \hosting_site_update_6003()
  2. 7.3 site/hosting_site.install \hosting_site_update_6003()

File

site/hosting_site.install, line 225

Code

function hosting_site_update_6003() {
  $ret = array();

  // this is now irrelevant as the ports have been refactored completely.
  return $ret;
}