We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45b08c + f77a592 commit 57152feCopy full SHA for 57152fe
api/schedule.php
@@ -34,7 +34,7 @@ function generateIcal($schedule) {
34
35
// We need to lookup the information about the quarter
36
$term = $dbConn->real_escape_string($schedule['term']);
37
- $query = "SELECT start, end, breakstart, breakend FROM quarters WHERE quarter='{$term}'";
+ $query = "SELECT start, end FROM quarters WHERE quarter='{$term}'";
38
$result = $dbConn->query($query);
39
$term = $result->fetch_assoc();
40
$termStart = strtotime($term['start']);
0 commit comments