mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-35966-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
0c21bb606b
1 changed files with 1 additions and 1 deletions
|
@ -3182,7 +3182,7 @@ class assign {
|
|||
}
|
||||
$info->assignment = format_string($assignmentname,true, array('context'=>$context));
|
||||
$info->url = $CFG->wwwroot.'/mod/assign/view.php?id='.$coursemodule->id;
|
||||
$info->timeupdated = strftime('%c',$updatetime);
|
||||
$info->timeupdated = userdate($updatetime, get_string('strftimerecentfull'));
|
||||
|
||||
$postsubject = get_string($messagetype . 'small', 'assign', $info);
|
||||
$posttext = self::format_notification_message_text($messagetype, $info, $course, $context, $modulename, $assignmentname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue