mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-22503 upgrade - fixing typo. How is it possible this to be here?
This commit is contained in:
parent
327b0d444d
commit
7874b33dd1
1 changed files with 1 additions and 1 deletions
|
@ -2395,7 +2395,7 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL");
|
|||
unset($instanceidstring);
|
||||
|
||||
// Now remove the actual block instance
|
||||
$$DB->delete_records_select('block_instances', 'blockname IN ('.$outmodedblocksstring.')');
|
||||
$DB->delete_records_select('block_instances', 'blockname IN ('.$outmodedblocksstring.')');
|
||||
unset($outmodedblocksstring);
|
||||
|
||||
// Insert the new block instances. Remember they have not been installed yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue