Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Component/s: Module: Scheduler
-
Labels:None
-
Environment:Scheduler 2008061700
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
The notification email sent when a student drops (disengages) an appointment did not include the appointment time or date. There is a small typo in the code.
In studentview.controller.php lines 173 and 174. Change
'DATE' => userdate($slot->starttime),
'DURATION' => $slot->duration );
TO
'DATE' => userdate($oldslot->starttime),
'DURATION' => $oldslot->duration );
Issue Links
| This issue will be resolved by: | ||||
| CONTRIB-1601 | Time not substituted in scheduler emails, cont'd |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Resolved by 1601