diff options
Diffstat (limited to 'phpBB/develop/merge_attachment_tables.php')
-rw-r--r-- | phpBB/develop/merge_attachment_tables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/merge_attachment_tables.php b/phpBB/develop/merge_attachment_tables.php index 6e79515319..ae7fe57be4 100644 --- a/phpBB/develop/merge_attachment_tables.php +++ b/phpBB/develop/merge_attachment_tables.php @@ -48,7 +48,7 @@ $sql = "CREATE TABLE {$table_prefix}attachments AND a.post_id = p.post_id"; $db->sql_query($sql); -switch (SQL_LAYER) +switch ($db->sql_layer) { case 'mysql': case 'mysql4': |