-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
1.9.2
-
None
-
Scheduler 2008061700
-
MOODLE_19_STABLE
When the notification emails are sent to the teacher it makes more sense to include the course name rather than the site name in the subject line. Easy change.
In studentview.controller.php
lines 149 and 177
in the email_to_user function call change
$SITE->shortname
to
$COURSE->fullname
- will be (partly) resolved by
-
CONTRIB-1616 Some cleanup in mail handling code
-
- Closed
-