From 4f6a57d173892f921553d6a09c95f868c482d462 Mon Sep 17 00:00:00 2001 From: gbateson Date: Wed, 26 Apr 2006 03:07:38 +0000 Subject: [PATCH] change single quotes to double quotes. Probable fix for bug 5315 --- mod/hotpot/db/update_to_v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/hotpot/db/update_to_v2.php b/mod/hotpot/db/update_to_v2.php index a5ed613c00..2147a4ff43 100644 --- a/mod/hotpot/db/update_to_v2.php +++ b/mod/hotpot/db/update_to_v2.php @@ -7,7 +7,7 @@ function hotpot_update_to_v2_1_16() { $length = 20; $field = 'name'; $table = 'hotpot_questions'; - $index = '{$table}_{$name}_idx'; + $index = "{$table}_{$name}_idx"; // remove the index hotpot_db_delete_index("{$CFG->prefix}$table", $index); -- 2.39.5