'mod_chat_send_chat_message',
'mod_chat_get_chat_latest_messages',
'mod_chat_view_chat',
+ 'mod_chat_get_chats_by_courses',
'mod_book_view_book',
+ 'mod_choice_get_choice_results',
+ 'mod_choice_get_choice_options',
+ 'mod_choice_submit_choice_response',
+ 'mod_choice_view_choice',
),
'enabled' => 0,
'restrictedusers' => 0,
defined('MOODLE_INTERNAL') || die();
- $version = 2015090901.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2015090900.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2015090902.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.