diff --git a/school.d/cedarville.crawl.inc b/school.d/cedarville.crawl.inc --- a/school.d/cedarville.crawl.inc +++ b/school.d/cedarville.crawl.inc @@ -188,6 +188,7 @@ function cedarville_crawl(array &$semest } $instructor = $course_table[3]; + $title = $course_table[2]; /* * Each course may have multiple meeting times associated @@ -258,7 +259,7 @@ function cedarville_crawl(array &$semest $semester->section_add($section_parts['department'], $section_parts['course'], new Section($section_parts['section'], $meetings, - $synonym, $instructor)); + $synonym, $instructor), $title); } }