Closed (fixed)
Project:
shazamgallery
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2006 at 15:35 UTC
Updated:
29 Sep 2006 at 14:15 UTC
The shazamgallery.install file does not use curly braces when creating the database tables, which means that db_query does not prefix the table names with the prefix even if it should. The module itself uses the prefixes correctly, so you only need to change two lines in shazamgallery.install:
db_query("CREATE TABLE IF NOT EXISTS `{shazamgallery}` (
and
db_query("CREATE TABLE IF NOT EXISTS `{relations}` (
Sorry for not appending a real patch file, but I hope this is good enough.
Comments
Comment #1
Bèr Kessels commentedFixed in HEAD and 4.7
Comment #2
Bèr Kessels commentedComment #3
(not verified) commented