417 if(vfsprops.creationdate) { |
417 if(vfsprops.creationdate) { |
418 char *creationdate = PQgetvalue(result, r, 6); |
418 char *creationdate = PQgetvalue(result, r, 6); |
419 } |
419 } |
420 if(vfsprops.getcontentlength) { |
420 if(vfsprops.getcontentlength) { |
421 char *contentlength = PQgetvalue(result, r, 7); |
421 char *contentlength = PQgetvalue(result, r, 7); |
|
422 webdav_resource_add_dav_stringproperty(resource, pool, "getcontentlength", contentlength, strlen(contentlength)); |
422 } |
423 } |
423 if(vfsprops.getetag) { |
424 if(vfsprops.getetag) { |
424 |
425 |
425 } |
426 } |
426 |
427 |