Changeset 194

Show
Ignore:
Timestamp:
01/06/10 09:55:46 (2 years ago)
Author:
ol
Message:

Fix redundant value (in date for example)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/wfs/wfs_get_feature.c

    r192 r194  
    141141 
    142142    /* FIXME what about varchar or char postgreSQL type ? */  
    143     } if (buffer_cmp(prop_type, "text")) { 
     143    } else if (buffer_cmp(prop_type, "text")) { 
    144144        value_encoded = buffer_encode_xml_entities(value); 
    145145        fprintf(o->output, "%s", value_encoded->buf);