You are here

function oa_notifications_reset in Open Atrium Notifications 7.2

Reset any notification flag saved in session.

1 call to oa_notifications_reset()
oa_notifications_form_fields in ./oa_notifications.module
Define the fields that are used for configuring notifications.

File

./oa_notifications.module, line 1124

Code

function oa_notifications_reset() {
  oa_notification_skip(FALSE);
}