Closed (fixed)
Project:
Geo
Version:
6.x-1.0-alpha1
Component:
Geo Field module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 21:04 UTC
Updated:
19 Nov 2009 at 21:05 UTC
When using the alpha1 release of the geo package, I get a sql error when trying to save a geo data reference field. I traced the issue to line 70 of geo.inc . Changing:
AsBinary(Centroid($field)) AS $alias}_centroid";
to:
AsBinary(Centroid($field)) AS {$alias}_centroid";
fixed the issue. I apologize for not submitting this as a patch, but I'm not entirely certain how to create one. If someone could point me in the right direction, I'd be glad to upload the fix as a patch.
Comments
Comment #1
apolzon commentedClosed as this is a duplicate of already submitted patch: http://drupal.org/node/505572