resource module needs upgrading
(mysql): UPDATE mdl_resource SET options = 'objectframe' WHERE (UPPER(reference) LIKE '%.PDF'
OR UPPER(reference) LIKE '%.FDF'
OR UPPER(reference) LIKE '%.XDP'
OR UPPER(reference) LIKE '%.XFD'
OR UPPER(reference) LIKE '%.XFDF')
AND type='file' AND (popup = '')
AND ( (options = '') OR options = 'frame')
Success
resource tables have been set up correctly
workshop module needs upgrading
(mysql): SELECT wa.id
FROM mdl_workshop_assessments wa
LEFT JOIN mdl_workshop_submissions ws ON wa.submissionid = ws.id
WHERE ws.id IS NULL
workshop tables have been set up correctly
backup
Database was successfully upgraded
Backup version is now 2009111300
New version of Section Links (section_links) exists
Section Links tables have been set up correctly