summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 8dcbf6a13..d3b332926 100644
--- a/update.php
+++ b/update.php
@@ -597,7 +597,7 @@ function update_fix_access_table() {
}
// Convert access table to UTF-8 if needed.
- $result = db_fetch_array(db_query('SHOW CREATE TABLE `access`'));
+ $result = db_fetch_array(db_query('SHOW CREATE TABLE {access}'));
if (!preg_match('/utf8/i', array_pop($result))) {
update_convert_table_utf8('access');
}