mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-51564-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
f5e68c2892
12 changed files with 44 additions and 17 deletions
|
@ -9,6 +9,9 @@ This information is intended for authors of webservices, not people writing webs
|
|||
when the fact that a user has that capability does not imply any risk, but other capabilities
|
||||
that the user may have do. If your ws protocol does not imply and risk by itself, you can remove the
|
||||
riskbitmask from your $capabilities array in webservice/myprotocol/db/access.php
|
||||
* New function for formatting external strings: external_format_strings, it should be used as a replacement of format_string in
|
||||
external functions.
|
||||
All the occurrences of format_strings have been replaced with this new function.
|
||||
|
||||
=== 2.9 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue