Changeset - ecf83f04eedf
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2010-10-20 18:31:48
ez@ethanzonca.com
Trivial fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/cedarville.inc
Show inline comments
 
@@ -29,25 +29,25 @@ EOF;
 

	
 
/**
 
 * \brief
 
 *   Get a list of default classes (with sections (with meeting
 
 *   times)) for Cedarville students.
 
 *
 
 * \return
 
 *   An array of Classes objects.
 
 */
 
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);
 
}
 

	
 
/**
 
 * \brief
 
 *   Parse given html into an array, first row is row headers
 
 *
 
 * \param $html
 
 *   HTML that PHP's DOM would willingly would eat.
 
 */
0 comments (0 inline, 0 general)