Skip to content

Commit

Permalink
Merge pull request #6 from william-buerk/date-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTripleV authored Jan 17, 2024
2 parents cfb4f87 + 0eb4306 commit 29e6991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// PARAMS
// --------
$currentYear = "2023";
$currentSemester = "fall";
$currentYear = "2024";
$currentSemester = "spring";

$cellWidth = "10";
$cellHeight = "6";
Expand Down

0 comments on commit 29e6991

Please sign in to comment.