Skip to content

Commit

Permalink
Fix TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Jul 1, 2024
1 parent 32ad5a1 commit 3105698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/edit_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ function getbookingdate(int $t, bool $is_end=false) : array
}

$row = $res->next_row_keyed();
row_cast_columns($row, 'repeat');
unset($res);

$rep_type = $row['rep_type'];
Expand Down

0 comments on commit 3105698

Please sign in to comment.