'mod_choice_submit_choice_response',
'mod_choice_view_choice',
'mod_choice_get_choices_by_courses',
+ 'mod_choice_delete_choice_responses',
+ 'mod_lti_get_tool_launch_data',
+ 'mod_lti_get_ltis_by_courses',
'mod_imscp_view_imscp',
'mod_imscp_get_imscps_by_courses',
),
defined('MOODLE_INTERNAL') || die();
- $version = 2015100700.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2015100200.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2015100700.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.