Browse Source

remove separator

main
ghost 2 years ago
parent
commit
250e20bbcd
  1. 2
      library/mysql.php

2
library/mysql.php

@ -363,7 +363,7 @@ class MySQL { @@ -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…
Cancel
Save