|
@@ -500,7 +500,7 @@ function xmldb_iassign_upgrade ($oldversion) {
|
|
|
array_combine( // iVProg 1.0.20211130/ - HTML5 - 2021/12/30
|
|
|
array('name', 'url', 'version', 'type', 'description', 'extension', 'file_jar', 'file_class', 'width', 'height', 'enable', 'timemodified', 'author', 'timecreated', 'evaluate', 'reevaluate'),
|
|
|
array('iVProg', 'http://www.usp.br/line/ivprog/', '1.0.20211130', 'HTML5', '{"en":"Visual Interactive Programming on the Internet (HTML)","pt_br":"Programação visual interativa na Internet"}',
|
|
|
- 'ivph', 'ilm/iVProg/1.0.20211123/ivprog/', 'index.html', 800, 600, 1, time(), $USER->id, time(), 1, 1))
|
|
|
+ 'ivph', 'ilm/iVProg/1.0.20211130/ivprog/', 'index.html', 800, 600, 1, time(), $USER->id, time(), 1, 1))
|
|
|
);
|
|
|
$iassign_ilm = $DB->get_records('iassign_ilm');
|
|
|
foreach ($records as $record) { // For each iLM in the current version of iAssign
|