You are here

function deploy_auth_sessid_cleanup in Deploy - Content Staging 6

Implementation of the cleanup callback.

1 string reference to 'deploy_auth_sessid_cleanup'
deploy_deploy_auth_info in ./deploy.module
Implementation of hook_deploy_auth_info().

File

./deploy.module, line 1141
Deployment API which enables modules to deploy items between servers.

Code

function deploy_auth_sessid_cleanup() {
  variable_del('deploy_auth_sessid');
}