Closed (fixed)
Project:
Access Content Type by IP
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 20:24 UTC
Updated:
16 Nov 2010 at 22:25 UTC
accessctypebyip.install refers to non-existent table 'variables' instead of 'variable'.
db_query("INSERT INTO {variables} (name, value) VALUES ('accessctypebyip_1_all_ips',
Should be this:
db_query("INSERT INTO {variable} (name, value) VALUES ('accessctypebyip_1_all_ips',
Comments
Comment #1
desecho commentedFixed. Thanks for the heads up.