Issue Details (XML | Word | Printable)

Key: MDL-9236
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Roberto Pinna
Reporter: Mark Scherfling
Votes: 1
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

scorm/player.php doesn't use theme's footer logic

Created: 06/Apr/07 08:12 AM   Updated: 05/Aug/08 09:29 AM
Component/s: SCORM
Affects Version/s: 1.8
Fix Version/s: 1.8.2, 1.9

Environment: firefox 2.0, apache 2.2, php 5.2.2, mySql 5.0.18, windows 2000

Database: MySQL
Participants: Mark Scherfling and Roberto Pinna
Security Level: None
Resolved date: 03/Jul/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
get an XML parsing error on scorm/player.php. Code is missing </div> at end because it doesn't use a call to print_footer($course). End of code needs to replace </body></html> with print_footer and match up divs.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Roberto Pinna added a comment - 03/Jul/07 05:39 PM
Fixed both in HEAD and STABLE

Roberto.