Changeset - a0d93ccf29fb
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-10-20 18:15:26
ez@ethanzonca.com
Fix cville chapel time
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/cedarville.inc
Show inline comments
 
@@ -38,7 +38,7 @@ EOF;
 
function cedarville_default_classes()
 
{
 
  $chapel = new Classes('Chapel');
 
  $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '0900', '0945', '', 'chapel')),
 
  $chapel->section_add(new Section('_', array(new SectionMeeting('mtwhf', '01000', '1045', '', 'chapel')),
 
				   '', '_'));
 

	
 
  return array($chapel);
0 comments (0 inline, 0 general)