You are here

function hosting_subdirs_update_7000 in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 subdirs/hosting_subdirs.install \hosting_subdirs_update_7000()

Set hosting_subdirs module to run before hosting_site.

File

subdirs/hosting_subdirs.install, line 29
Database schemas and update functions for the hosting_subdirs module.

Code

function hosting_subdirs_update_7000() {

  // Set module weight.
  hosting_subdirs_install();
}