projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ecdcb
)
Fixed bug #2021.. location now holds all brief elements.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Oct 2008 17:53:53 +0000
(18:53 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Oct 2008 17:55:27 +0000
(18:55 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
1272415
..
426b357
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-486,8
+486,7
@@
static void write_subrecord(struct record *r, WRBUF w,
wrbuf_xmlputs(w, *name ? name : "Unknown");
wrbuf_puts(w, "\">");
- if (show_details)
- write_metadata(w, service, r->metadata, 1);
+ write_metadata(w, service, r->metadata, show_details);
wrbuf_puts(w, "</location>\n");
}