function hosting_subdirs_update_7000 in Hosting 7.4
Same name and namespace in other branches
- 7.3 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();
}