Closed (fixed)
Project:
Advertisement
Version:
5.x-1.x-dev
Component:
installation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Mar 2007 at 14:00 UTC
Updated:
18 Apr 2007 at 18:15 UTC
I have found the add_text.install file don't use prefix when creating tables.
add_text.install (19):
db_query("CREATE TABLE ad_text (
sould be:
db_query("CREATE TABLE {ad_text} (
Comments
Comment #1
jeremy commentedThanks for catching that. Fixed in the 4.7.x and 5.x development branches.
Comment #2
(not verified) commented