Skip to content

Commit

Permalink
Correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Oct 31, 2023
1 parent bd356f3 commit c632983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/functions_ical.inc
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ function create_ical_event(string $method, array $data, ?array $addresses=null,
{
$registrants = get_registrants($data['id'], false);
foreach ($registrants as $registrant) {
// We can't use the ATTENDEEE property because its value has to be a URI.
// We can't use the ATTENDEE property because its value has to be a URI.
$results[] = "X-MRBS-REGISTRANT;X-MRBS-REGISTERED=" . $registrant['registered'] .
';' . 'X-MRBS-CREATE-BY=' . RFC5545::escapeQuotedString($registrant['create_by']) .
':' . RFC5545::escapeText($registrant['username']);
Expand Down

0 comments on commit c632983

Please sign in to comment.