Fixed a typo

This commit is contained in:
moodler 2005-01-28 17:35:43 +00:00
parent 24e11ade04
commit da2bf59020
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ $string['mail2'] = 'The comments and grade can be seen in the Workshop Assignmen
$string['mail3'] = 'You can see it in your Workshop Assignment'; //not used in 1.5
$string['mail4'] = 'A comment has been added to the assignment \'$a\' by';
$string['mail5'] = 'The new comment can be seen in the Workshop Assignment \'$a\'.';
$string['mail6'] = 'Your assessment of the assignment \'$a\' has by reviewed.'; //not used in 1.5
$string['mail6'] = 'Your assessment of the assignment \'$a\' has been reviewed.'; //not used in 1.5
$string['mail7'] = 'The comments given by the $a can be seen in the Workshop Assignment '; //not used in 1.5
$string['mail8'] = 'The assignment $a is a revised piece of work. ';
$string['mail9'] = 'Please assess it in the workshop assignment \'$a\'.';

View File

@ -57,7 +57,7 @@
$newsubmission->numfiles = 1;
if (insert_record("assignment_submissions", $newsubmission)) {
add_to_log($course->id, "assignment", "upload", "view.php?a=$assignment->id", "$assignment->id", $cm->id);
assignment_email_teachers($course, $cm, $assignment, $submission);
assignment_email_teachers($course, $cm, $assignment, $newsubmission);
print_heading(get_string('uploadedfile'));
} else {
notify(get_string("uploadnotregistered", "assignment", $newfile_name) );