# HG changeset patch # User Ethan Zonca # Date 2011-03-28 23:33:14 # Node ID 4d6b7f085a0f17b7243fbf84a2d9b2593ce0fe1f # Parent edbe5171cf98df813f14eb90939e6761a4a8bb2b Added chapel prof name diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc --- a/school.d/cedarville.inc +++ b/school.d/cedarville.inc @@ -59,8 +59,8 @@ EOF; function cedarville_default_courses() { - $chapel = new Course('Chapel'); - $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '1000', '1045', '', 'chapel')), + $chapel = new Course('Chapel','Chapel'); + $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '1000', '1045', '', 'chapel','n/a')), '', '_')); return array($chapel);