From da1bf0e82a32d2dae512d4bdcf8a6913b2e02841 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 8 Jun 2011 09:49:43 +0800 Subject: [PATCH] MDL-27721 Fixed up typo in upgrade comments --- 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 915efe56754..63babaaedab 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -6483,7 +6483,7 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL"); if ($oldversion < 2011060500) { - // Define index uniqueuserrating (not unique) to be dropped form rating + // Define index uniqueuserrating (not unique) to be dropped from rating $table = new xmldb_table('rating'); $index = new xmldb_index('uniqueuserrating', XMLDB_INDEX_NOTUNIQUE, array('component', 'ratingarea', 'contextid', 'itemid'));