Changeset - b44699357016
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2012-02-07 20:20:00
ohnobinki@ohnopublishing.net
Extraneous whitespace.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/class.course.inc
Show inline comments
 
@@ -72,13 +72,13 @@ class Course implements IteratorAggregat
 
  {
 
    $this->slots = array();
 
    $this->name = $course_id;
 
    $this->title = $title;
 
    $this->dependencies = array();
 
  }
 
	
 

	
 
  /**
 
   * \brief
 
   *   Adds an already-instantiated Section to this class.
 
   *
 
   * \param $section
 
   *   The Section to append to this Course.
0 comments (0 inline, 0 general)