Changeset - f3139fe89d62
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2012-02-14 18:56:05
ohnobinki@ohnopublishing.net
Fix the documentation of SectionMeeting::__construct() concerning the format of $time_start/$time_end.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/class.section_meeting.inc
Show inline comments
 
@@ -47,13 +47,15 @@ class SectionMeeting
 
   *
 
   * \param $days
 
   *   A string of single-char day upon which a section meets. Monday
 
   *   is represented with 'm', Tuesday with 't', Wednesday with 'w',
 
   *   Thursday with 'h', and Friday with 'f'.
 
   * \param $time_start
 
   *   The time of day when the section meeting starts.
 
   *   The time of day when the section meeting starts. Use
 
   *   school_crawl_time_format() or ensure that the time is formatted
 
   *   in 24-hour, 0-padded, 4-digit form (HHMM).
 
   * \param $time_end
 
   *   The time of day when the section meeting ends.
 
   * \param $location
 
   *   Where the meeting occurs. Often a room number of some sort.
 
   * \param $type
 
   *   The type of meeting this is. For lectures, please use
0 comments (0 inline, 0 general)