aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/connector/oc/OCXMLClient.java')
-rw-r--r--main/src/cgeo/geocaching/connector/oc/OCXMLClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java b/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java
index 75cd6f0..3758f7e 100644
--- a/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java
+++ b/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java
@@ -101,7 +101,7 @@ public class OCXMLClient {
private static Parameters getOCXmlQueryParameters(final boolean withDescription, final boolean withLogs) {
return new Parameters("modifiedsince", "20060320000000",
"user", "0", "cache", "1", "cachedesc", withDescription ? "1" : "0",
- "cachelog", withLogs ? "1" : "0", "picture", "0", "removedobject", "0",
+ "cachelog", withLogs ? "1" : "0", "picture", "1", "removedobject", "0",
"session", "0", "doctype", "0", "charset", "utf-8", "zip", "gzip");
}
}