Browse Source

finished changes

Igor 2 years ago
parent
commit
914dc7170a
2 changed files with 1 additions and 1 deletions
  1. 1 1
      db/upgrade.php
  2. BIN
      iassign_2022_01_08.zip

+ 1 - 1
db/upgrade.php

@@ -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

BIN
iassign_2022_01_08.zip