Commit | Line | Data |
---|---|---|
d8aa5ec7 AD |
1 | This files describes API changes in /message/ messaging system, |
2 | information provided here is intended especially for developers. | |
3 | ||
4 | === 2.2 === | |
5 | ||
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 |