Skip to content
Snippets Groups Projects
Commit f080bb66 authored by Tim Steiner's avatar Tim Steiner
Browse files

Default new course generations to removed=no

parent f0c63b15
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,8 @@ class CourseGenerations extends Nmc_Db_Table ...@@ -135,6 +135,8 @@ class CourseGenerations extends Nmc_Db_Table
$newRecord->deliveryMethods = array('Classroom'); $newRecord->deliveryMethods = array('Classroom');
$newRecord->campuses = array('UNL'); $newRecord->campuses = array('UNL');
$newRecord->removed = 'no';
//print_r($newRecord->credits); //print_r($newRecord->credits);
return $newRecord; return $newRecord;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment