# HG changeset patch # User Ethan Zonca # Date 2010-10-20 18:31:48 # Node ID ecf83f04eedf51abbeba5cbeb0c8d68c5cde9360 # Parent a0d93ccf29fb574ffdae7c3724823efac7b2b321 Trivial fix diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc --- a/school.d/cedarville.inc +++ b/school.d/cedarville.inc @@ -38,7 +38,7 @@ EOF; function cedarville_default_classes() { $chapel = new Classes('Chapel'); - $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '01000', '1045', '', 'chapel')), + $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '1000', '1045', '', 'chapel')), '', '_')); return array($chapel);