Fix terms being backwards AGAIN

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-09 23:51:51 -05:00
parent 0ab88ae4de
commit a200f3ce47
1 changed files with 2 additions and 2 deletions

View File

@ -184,10 +184,10 @@ void handle_course_summer(const Json::Value& course,
subterm = 0;
if(dateStart.substr(0,2) != "05") {
subterm = 2;
subterm1 = true;
subterm2 = true;
} else if(dateEnd.substr(0,2) != "08") {
subterm = 1;
subterm2 = true;
subterm1 = true;
} else {
subterm0 = true;
}