Changeset - a24f02c44c73
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-08-30 03:57:20
ohnobinki@ohnopublishing.net
Add a correct example course for Dordt, ENG-202, in place of ENGL-101.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/dordt.inc
Show inline comments
 
@@ -13,17 +13,17 @@
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
 * GNU Affero General Public License for more details.
 
 *
 
 * You should have received a copy of the GNU Affero General Public License
 
 * along with slate_permutate.  If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
function dordt_info()
 
{
 
  return array(
 
    'name' => 'Dordt College',
 
    'example_course_id' => 'ENGL-101',
 
    'example_course_id' => 'ENG-202',
 
    'registration_url' => 'http://dordt.edu/services_support/registrar/',
 
    'student_address' => 'Dork',
 
  );
 
}
0 comments (0 inline, 0 general)