'mod_page_view_page',
'mod_resource_view_resource',
'mod_folder_view_folder',
+ 'mod_chat_login_user',
+ 'mod_chat_get_chat_users',
+ 'mod_chat_send_chat_message',
+ 'mod_chat_get_chat_latest_messages',
+ 'mod_chat_view_chat',
+ '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 = 2015090900.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2015082800.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2015090901.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.