NOBUG: Fixed file access permissions
[moodle.git] / message / upgrade.txt
blob715c9e2da02a40db00c898b558c45958fcdbf8e8
1 This files describes API changes in /message/ messaging system,
2 information provided here is intended especially for developers.
4 === 2.6 ===
5 * Message processor extending message_output, should return true in can_send_to_any_users()
6   if it supports message sending to internal (noreply/support) users.
8 === 2.2 ===
10 required changes:
11 * lib/messagelib.php message_send($eventdata)
12   $eventdata->userto should contain a property called "emailstop", $eventdata->userto->emailstop
13   If it is absent it will be retrieved from the user table causing an additional database query