Skip to content

Commit

Permalink
coding guideline fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Oct 3, 2023
1 parent 3f87581 commit c47df0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ function attendance_construct_sessions_data_for_add($formdata, mod_attendance_st
}
} else {
$sess = new stdClass();
$sess->sessdate = $sessiondate;
$sess->sessdate = $sessiondate;
$sess->duration = $duration;
$sess->descriptionitemid = $formdata->sdescription['itemid'];
$sess->description = $formdata->sdescription['text'];
Expand Down

0 comments on commit c47df0d

Please sign in to comment.