Merge branch 'MDL-35966-master' of git://github.com/damyon/moodle
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user