Changeset 275

Show
Ignore:
Timestamp:
06/01/10 14:09:33 (20 months ago)
Author:
ol
Message:

Fix typo in Layer Operations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 0.8.0/src/wfs/wfs_get_capabilities.c

    r274 r275  
    358358                } 
    359359 
    360                 if (writable == true && ln->layer->writable == true) { 
     360                if (writable == false && ln->layer->writable == true) { 
    361361                    if (ows_version_get(o->request->version) == 100) { 
    362362                        fprintf(o->output, "   <Insert/>\n");