lsuits / lsu-block_cps

The CPS (Course Preference System) for UES
2 stars 0 forks source link

Bug Course format is wrong on master courses #31

Closed rrusso closed 12 years ago

rrusso commented 12 years ago

Course format does not work when creating master courses, all master courses are created as SCORm courses.

When does this EVER get called correctly?

classes/lib.php: 165 $course->format = $enrol->setting('course_format');

course_format is never set anywhere.

philcali commented 12 years ago

This is a left over artifact from when UES was storing those settings.