MDL-22503 upgrade - fixing typo. How is it possible this to be here?

This commit is contained in:
Eloy Lafuente 2010-05-25 18:25:50 +00:00
parent 327b0d444d
commit 7874b33dd1

View file

@ -2395,7 +2395,7 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL");
unset($instanceidstring); unset($instanceidstring);
// Now remove the actual block instance // 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); unset($outmodedblocksstring);
// Insert the new block instances. Remember they have not been installed yet // Insert the new block instances. Remember they have not been installed yet