From 465726691cb66cfa64e3be40c72596d7fe43df5a Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 11 May 2009 07:13:49 -0700 Subject: [PATCH] typo --- contrib/numeric_score/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/numeric_score/main.php b/contrib/numeric_score/main.php index ec74856d..2d76723d 100644 --- a/contrib/numeric_score/main.php +++ b/contrib/numeric_score/main.php @@ -96,7 +96,7 @@ class NumericScore implements Extension { $config->set_int("ext_numeric_score_version", 1); } if($config->get_int("ext_numeric_score_version") < 2) { - $database->Execute("CREATE INDEX numeric_score_votes__user_votes ON numeric_score_votes(user_id, scores)"); + $database->Execute("CREATE INDEX numeric_score_votes__user_votes ON numeric_score_votes(user_id, score)"); $config->set_int("ext_numeric_score_version", 2); } }