You are here

function acquia_lift_profiles_clear_server_side_actions in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 acquia_lift_profiles/acquia_lift_profiles.module \acquia_lift_profiles_clear_server_side_actions()

Clears the list of actions so they don't get processed again.

1 call to acquia_lift_profiles_clear_server_side_actions()
acquia_lift_profiles_process_server_side_actions in acquia_lift_profiles/acquia_lift_profiles.module
Adds the list of actions to Drupal.settings.

File

acquia_lift_profiles/acquia_lift_profiles.module, line 561
acquia_lift_profiles.module Provides Acquia Lift Profiles integration.

Code

function acquia_lift_profiles_clear_server_side_actions() {
  unset($_SESSION['acquia_lift_profiles_actions']);
}