You are here

function acquia_lift_unset_nav_message in Acquia Lift Connector 7

Unsets the instructional navigation message.

2 calls to acquia_lift_unset_nav_message()
acquia_lift_edit_mode_disable in ./acquia_lift.ui.inc
Disables edit mode and returns to the stored destination.
acquia_lift_init in ./acquia_lift.module
Implements hook_init().

File

./acquia_lift.ui.inc, line 283
acquia_lift.ui.inc Provides functions needed for the front-end UI.

Code

function acquia_lift_unset_nav_message() {
  unset($_SESSION['acquia_lift_personalize_set_message']);
}