Skip to content

Commit

Permalink
Merge branch 'wip-MDL-30059-stable21' of git://github.com/phalacee/mo…
Browse files Browse the repository at this point in the history
…odle into MOODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed Nov 7, 2011
2 parents 3fb3517 + c8972b9 commit c2d7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assignment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ function email_teachers($submission) {
$info->username = fullname($user, true);
$info->assignment = format_string($this->assignment->name,true);
$info->url = $CFG->wwwroot.'/mod/assignment/submissions.php?id='.$this->cm->id;
$info->timeupdated = strftime('%c',$submission->timemodified);
$info->timeupdated = userdate($submission->timemodified, '%c', $teacher->timezone);

$postsubject = $strsubmitted.': '.$info->username.' -> '.$this->assignment->name;
$posttext = $this->email_teachers_text($info);
Expand Down

0 comments on commit c2d7c22

Please sign in to comment.