You are here

function deploy_auto_plan_del_session in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 modules/deploy_auto_plan/deploy_auto_plan.module \deploy_auto_plan_del_session()

Helper function to destory a session value

File

modules/deploy_auto_plan/deploy_auto_plan.module, line 63
Deploy Auto Plan module functions.

Code

function deploy_auto_plan_del_session() {
  unset($_SESSION['deploy_auto_plan_user_plan']);
}