mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-60174-master' of https://github.com/sammarshallou/moodle
This commit is contained in:
commit
bdb157653b
30 changed files with 653 additions and 44 deletions
|
@ -1183,6 +1183,7 @@ function xmldb_main_upgrade($oldversion) {
|
|||
$i++;
|
||||
$pbar->update($i, $total, "Updating duplicate question category stamp - $i/$total.");
|
||||
}
|
||||
$rs->close();
|
||||
unset($usedstamps);
|
||||
|
||||
// The uniqueness of each (contextid, stamp) pair is now guaranteed, so add the unique index to stop future duplicates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue