You are here

function background_process_update_7105 in Background Process 8

Same name and namespace in other branches
  1. 7 background_process.install \background_process_update_7105()

Implements to Re-determine default service host.

File

./background_process.install, line 144
This is the installation file for the Background Process module.

Code

function background_process_update_7105() {
  $_SESSION['background_process_determine_default_service_host'] = TRUE;
}