Merge branch 'MDL-50944-master' of git://github.com/jleyva/moodle
authorDan Poltawski <dan@moodle.com>
Wed, 9 Sep 2015 13:29:53 +0000 (14:29 +0100)
committerDan Poltawski <dan@moodle.com>
Wed, 9 Sep 2015 13:29:53 +0000 (14:29 +0100)
1  2 
lib/db/services.php
version.php

@@@ -1161,12 -1144,10 +1161,16 @@@ $services = array
              '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,
diff --cc version.php
@@@ -29,7 -29,7 +29,7 @@@
  
  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.