From 7874b33dd19268e15506842fb2d59785659ac8be Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Tue, 25 May 2010 18:25:50 +0000 Subject: [PATCH] MDL-22503 upgrade - fixing typo. How is it possible this to be here? --- lib/db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1