Skip to content

Commit 0d6a298

Browse files
committed
NTR - remove group_contact to prevent string cutting for private notes in OCDE
1 parent 34975e3 commit 0d6a298

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)