Skip to content
Snippets Groups Projects
Commit ee35ec75 authored by Brett Bieber's avatar Brett Bieber
Browse files

Pull data from the 2013 bulletin data (latest edition)

parent 62c4e4dd
Branches
No related tags found
No related merge requests found
......@@ -380,6 +380,7 @@ class UNL_Catalog
public function getCourseSearcher()
{
// Do not cache course search results
UNL_UndergraduateBulletin_Controller::setEdition(new UNL_UndergraduateBulletin_Edition(array('year'=>'2013')));
UNL_Services_CourseApproval::setCachingService(new UNL_Services_CourseApproval_CachingService_Null());
UNL_Services_CourseApproval::setXCRIService(new UNL_UndergraduateBulletin_CourseDataDriver());
$driver = new UNL_Catalog_CourseSearch_DBSearcher();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment