function background_process_update_6103 in Background Process 6
Determine default service host
File
- ./
background_process.install, line 160 - This is the installation file for the Background Process module
Code
function background_process_update_6103() {
drupal_set_message(st('Update complete. Please visit !settings page and determine default service host, if not configured in settings.php', array(
'!settings' => l('settings', 'admin/settings/background-process/settings'),
)));
$ret = array();
return $ret;
}