|
@@ -493,6 +493,7 @@ function xmldb_iassign_upgrade ($oldversion) {
|
|
|
$DB->update_record("iassign_ilm", $updateentry); // insert new iLM
|
|
|
}
|
|
|
|
|
|
+ $strNot_installed = '';
|
|
|
if ($oldversion < 2021122300) {
|
|
|
|
|
|
// Update iHanoi
|
|
@@ -522,8 +523,6 @@ function xmldb_iassign_upgrade ($oldversion) {
|
|
|
$newentry->evaluate = $record['evaluate'];
|
|
|
$newentry->reevaluate = $record['reevaluate'];
|
|
|
|
|
|
-//parent
|
|
|
-//16 => NULL,
|
|
|
$exists = 0;
|
|
|
$last_id = -1;
|
|
|
if ($iassign_ilm) { // Search if there is any previous installed iLM that is also in the current version of iAssign
|