You are here

function system_settings_deploy in Deploy - Content Staging 5

Same name and namespace in other branches
  1. 6 modules/system_settings_deploy/system_settings_deploy.module \system_settings_deploy()

deployment "hook"

File

system_settings_deploy/system_settings_deploy.module, line 66

Code

function system_settings_deploy($url, $api_key, $data) {
  return xmlrpc($url, 'system_settings.import', $api_key, unserialize($data));
}