Changeset - 4d6b7f085a0f
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-03-28 23:33:14
ez@ethanzonca.com
Added chapel prof name
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
school.d/cedarville.inc
Show inline comments
 
@@ -56,14 +56,14 @@ EOF;
 
 * \return
 
 *   An array of Course objects.
 
 */
 

	
 
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);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)