SQL statement error in carto.module,v 1.12 2006/04/03 19:23:51
Oligochaeta - May 13, 2006 - 15:08
| Project: | Carto - opengis web mapping |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
first of all thanks for your great work. Really a very interesting component!
During installation I found some errors:
carto.module,v 1.12 2006/04/03 19:23:51, Line 1399 and Line 1431 SQL statement error:
"db_query( "INSERT {carto_wms_layer}(..."
should be
"db_query( "INSERT INTO {carto_wms_layer}("
greetings, Christian

#1
Thanks!
This problem was present twice for both {carto_wms_layer} and {carto_wms_layer_properties}. Fix is submitted to cvs HEAD.
#2
#3