From: Eloy Lafuente Date: Tue, 25 May 2010 18:25:50 +0000 (+0000) Subject: MDL-22503 upgrade - fixing typo. How is it possible this to be here? X-Git-Tag: v2.0.0-rc1~3103 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=7874b33dd19268e15506842fb2d59785659ac8be MDL-22503 upgrade - fixing typo. How is it possible this to be here? --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 72883b96f7c..3cd603aa954 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -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