The source project of this merge request has been removed.
Modified the way creq majors are queried so that we don't include ones that have been "removed"
Compare changes
@@ -86,7 +86,8 @@ class Bulletin_UtilityModel implements Creq_Model_UtilityInterface
@@ -86,7 +86,8 @@ class Bulletin_UtilityModel implements Creq_Model_UtilityInterface
$select->join(array('c' => 'creqColleges'), 'm.college = c.collegeId', array('collegeId', 'college' => 'description'));