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