mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
message MDL-25616 adding recent conversations and recent notifications screens
This commit is contained in:
parent
d911c72bf9
commit
bcab42daf2
6 changed files with 792 additions and 326 deletions
|
@ -30,7 +30,7 @@ if ($confirm and !empty($msg) and confirm_sesskey()) {
|
|||
//TODO we should probably support all text formats here or only FORMAT_MOODLE
|
||||
//For now bulk messaging is still using the html editor and its supplying html
|
||||
//so we have to use html format for it to be displayed correctly
|
||||
message_post_message($USER, $user, $msg, FORMAT_HTML, 'direct');
|
||||
message_post_message($USER, $user, $msg, FORMAT_HTML);
|
||||
}
|
||||
$rs->close();
|
||||
redirect($return);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue