Course Codes with Periods in them Break Things
Brought to you by:
beauhuber
If a course code has a period in it the javascript used to delete courses on admin.php?func=course-list does not work.
For example:
function confirm_delete_courseU.S.History06() <--- does not work
Possible solutions:
Change all the places where course codes can be entered to error if there are periods in the course code.
Rewrite the function to either escape the work around the period in the course codes.
Thoughts?