MDL-30260 message: added an upgrade.txt to describe changes to the messaging API

This commit is contained in:
Andrew Davis
2011-11-29 22:08:59 +08:00
parent e5a3ba18f4
commit a9767e2d01
+9
View File
@@ -0,0 +1,9 @@
This files describes API changes in /message/ messaging system,
information provided here is intended especially for developers.
=== 2.0.6 ===
required changes:
* lib/messagelib.php message_send($eventdata)
$eventdata->userto should contain a property called "emailstop", $eventdata->userto->emailstop
If it is absent it will be retrieved from the user table causing an additional database query