mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue