Merge branch 'MDL-45618' of git://github.com/timhunt/moodle

This commit is contained in:
Damyon Wiese 2014-05-20 14:59:48 +08:00
commit 4e8a350c35
110 changed files with 191 additions and 191 deletions

View file

@ -663,7 +663,7 @@ function chat_update_chat_times($chatid=0) {
* @param bool $system False for non-system messages, true for system messages.
* @param object $cm The course module object, pass it to save a database query when we trigger the event.
* @return int The message ID.
* @since 2.6
* @since Moodle 2.6
*/
function chat_send_chatmessage($chatuser, $messagetext, $system = false, $cm = null) {
global $DB;