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
|
@ -142,7 +142,7 @@ if (!empty($messagebody) && !$edit && !$deluser && ($preview || $send)) {
|
|||
} else if (!empty($send)) {
|
||||
$good = 1;
|
||||
foreach ($SESSION->emailto[$id] as $user) {
|
||||
$good = $good && message_post_message($USER,$user,$messagebody,$format,'direct');
|
||||
$good = $good && message_post_message($USER,$user,$messagebody,$format);
|
||||
}
|
||||
if (!empty($good)) {
|
||||
echo $OUTPUT->heading(get_string('messagedselectedusers'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue