From: stronk7 Date: Thu, 29 Jan 2004 00:12:17 +0000 (+0000) Subject: Solved one important issue when restoring users due to a bug in X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6be18d4f752c4b1d36d1e16767e2afe1bb14d87e;p=moodle.git Solved one important issue when restoring users due to a bug in revision 1.44, when solving bug 946. Tons of thanks to Jacob Romeyn detecting it. --- diff --git a/backup/lib.php b/backup/lib.php index 83425c0591..704a5b1981 100644 --- a/backup/lib.php +++ b/backup/lib.php @@ -419,7 +419,7 @@ $rec->new_id =$new_id; $rec->info = $info_to_save; - $status = insert_record ("backup_ids", $rec); + $status = insert_record ("backup_ids", $rec, false); } return $status; }