You are here

function social_event_an_enroll_enrolments_export_update_8001 in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_update_8001()
  2. 10.3.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_update_8001()
  3. 10.0.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_update_8001()
  4. 10.1.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_update_8001()
  5. 10.2.x modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install \social_event_an_enroll_enrolments_export_update_8001()

Set the enroll export plugins access based on their counterpart access.

File

modules/social_features/social_event/modules/social_event_an_enroll_enrolments_export/social_event_an_enroll_enrolments_export.install, line 40
Install, update and uninstall functions for the AN Enroll Export module.

Code

function social_event_an_enroll_enrolments_export_update_8001() {
  _enrolments_export_plugin_access();
}