mirror of
https://github.com/quatalog/quatalog.git
synced 2025-12-01 16:49:49 +00:00
Stop overthinking things!
This commit is contained in:
parent
8a9bc31642
commit
2bc605006e
|
|
@ -121,7 +121,6 @@ void handle_term(const fs::directory_entry& term_entry,
|
||||||
if(term.substr(4,2) == "05") {
|
if(term.substr(4,2) == "05") {
|
||||||
quatalog_data.list_of_terms["all_terms"].append(term+"02");
|
quatalog_data.list_of_terms["all_terms"].append(term+"02");
|
||||||
quatalog_data.list_of_terms["all_terms"].append(term+"03");
|
quatalog_data.list_of_terms["all_terms"].append(term+"03");
|
||||||
quatalog_data.list_of_terms["current_term"] = term+"03";
|
|
||||||
course_handler = handle_course_summer;
|
course_handler = handle_course_summer;
|
||||||
} else {
|
} else {
|
||||||
course_handler = handle_course;
|
course_handler = handle_course;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue