function background_process_enable in Background Process 8
Same name and namespace in other branches
- 6 background_process.install \background_process_enable()
- 7.2 background_process.install \background_process_enable()
- 7 background_process.install \background_process_enable()
Implements of hook enable.
File
- ./
background_process.install, line 11 - This is the installation file for the Background Process module.
Code
function background_process_enable() {
$_SESSION['background_process_determine_default_service_host'] = TRUE;
}