From 250e20bbcd44c52e346bfb6e9371ab92af820120 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 4 May 2023 04:19:38 +0300 Subject: [PATCH] remove separator --- library/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/mysql.php b/library/mysql.php index 1abd47a..855a5cc 100644 --- a/library/mysql.php +++ b/library/mysql.php @@ -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`