mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +00:00
remove separator
This commit is contained in:
parent
6b18202588
commit
250e20bbcd
@ -363,7 +363,7 @@ class MySQL {
|
||||
`host`.`name`,
|
||||
`host`.`port`,
|
||||
|
||||
(SELECT GROUP_CONCAT(CONCAT_WS(" | ", `hostImageDescription`.`alt`, `hostImageDescription`.`title`))
|
||||
(SELECT GROUP_CONCAT(CONCAT_WS(" ", `hostImageDescription`.`alt`, `hostImageDescription`.`title`))
|
||||
|
||||
FROM `hostImageDescription`
|
||||
WHERE `hostImageDescription`.`hostImageId` = `hostImage`.`hostImageId`) AS `description`
|
||||
|
Loading…
x
Reference in New Issue
Block a user