Active
Project:
IP2Nation API
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 07:33 UTC
Updated:
29 Sep 2010 at 07:33 UTC
When comparing the database against the schema information provided by the enabled module, I noticed following table.field issues:
ip2nation.ip is type int but its default 0 is PHP type string
ip2nationCountries.lat is type float but its default 0 is PHP type string
ip2nationCountries.lon is type float but its default 0 is PHP type string
Perhaps the declarations of these default values are incorrect.