MDL-30639 mod_lesson: Used a consistent format for users display of answer
[moodle.git] / message / upgrade.txt
bloba45939cb8044cee113ba04096ee3e7153fbdfbf1
1 This files describes API changes in /message/ messaging system,
2 information provided here is intended especially for developers.
4 === 2.2 ===
6 required changes:
7 * lib/messagelib.php message_send($eventdata)
8   $eventdata->userto should contain a property called "emailstop", $eventdata->userto->emailstop
9   If it is absent it will be retrieved from the user table causing an additional database query