Closed (fixed)
Project:
Location
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2008 at 12:11 UTC
Updated:
23 Dec 2008 at 22:01 UTC
location_uninstall() is missing some close-quotes:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''location_settings_node_%' at line 1 query: SELECT name FROM variable WHERE name LIKE 'location_settings_node_% in XXXX/sites/all/modules/location/location.install on line 32.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''location_geocode_%' at line 1 query: SELECT name FROM variable WHERE name LIKE 'location_geocode_% in XXXX/sites/all/modules/location/location.install on line 38.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''location_maxnum_%' at line 1 query: SELECT name FROM variable WHERE name LIKE 'location_maxnum_% in
XXXX/sites/all/modules/location/location.install on line 44.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''location_defaultnum_%' at line 1 query: SELECT name FROM variable WHERE name LIKE 'location_defaultnum_% in XXXX/sites/all/modules/location/location.install on line 48.
| Comment | File | Size | Author |
|---|---|---|---|
| location-install.missing-quotes.patch | 1.32 KB | lyricnz |
Comments
Comment #1
bdragon commentedFixed in HEAD and DRUPAL-5--3, thanks!
http://drupal.org/cvs?commit=157944
http://drupal.org/cvs?commit=157945