# HG changeset patch # User Nathan Phillip Brink # Date 2012-10-17 08:55:23 # Node ID 7e7e225d4d3f77eb93651d1a751876f626be29f3 # Parent a24bc42b43e56345ba9622834add984a4808113b Makg section_meeting_add() more specific about parameter types. diff --git a/inc/class.semester.inc b/inc/class.semester.inc --- a/inc/class.semester.inc +++ b/inc/class.semester.inc @@ -268,7 +268,7 @@ class Semester * The number of credit hours of the associated course or a * negative value if unknown. */ - public function section_meeting_add($dept, $course, $title, $section, $synonym, $section_meeting, $course_slot_id = 'default', $credit_hours = -1.0) + public function section_meeting_add($dept, $course, $title, $section, $synonym, SectionMeeting $section_meeting, $course_slot_id = 'default', $credit_hours = -1.0) { $dept = strtoupper($dept); $course = strtoupper($course);