Skip to content

Commit 2333616

Browse files
authored
Merge pull request #621 from teiling88/ntr/master/fix-cgeo-issue-#13651
NTR - remove group_contact to prevent string cutting for private notes
2 parents 34975e3 + 0d6a298 commit 2333616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okapi/services/caches/geocaches/WebService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ public static function call(OkapiRequest $request)
11171117
# OCDE uses coordinates table (with type == 2) to store notes (this is somewhat weird).
11181118

11191119
$rs = Db::query("
1120-
select cache_id, null as date, group_concat(description) as `desc`
1120+
select cache_id, null as date, description as `desc`
11211121
from coordinates
11221122
where
11231123
type = 2 -- personal note

0 commit comments

Comments
 (0)