Panopto / Moodle-2.0-plugin-for-Panopto

Panopto's integration with the Moodle LMS.
http://www.panopto.com
GNU General Public License v3.0
18 stars 38 forks source link

please use curly braces instead of $CFG->prefix #158

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

https://github.com/Panopto/Moodle-2.0-plugin-for-Panopto/blob/master/lib/panopto_category_data.php#L322

should really be: SELECT id,depth FROM {course_categories} WHERE id NOT IN (SELECT parent FROM {course_categories})

(probably just old code that hasn't been updated!) :-)

jmalmsten-panopto commented 4 years ago

Hey Dan,

This should be resolved in the 2020072700 release.

Thanks again for bringing this to our attention and let me know if you see any other issues, Joe