MDL-22551 Grr fixed typo

This commit is contained in:
Martin Dougiamas
2010-09-16 02:13:07 +00:00
parent 436f4e0757
commit 0fab420435
+1 -1
View File
@@ -461,7 +461,7 @@ function forum_cron() {
if ($post->parent) { // This post is a reply, so add headers for threading (see MDL-22551)
$userfrom->customheaders[] = 'In-Reply-To: <moodlepost'.$post->parent.'@'.$hostname.'>';
$userfrom->customheaders[] = 'References: <moodlepost'.$post->parent.'@'.$hostname.'>',
$userfrom->customheaders[] = 'References: <moodlepost'.$post->parent.'@'.$hostname.'>';
}
$postsubject = "$course->shortname: ".format_string($post->subject,true);