From e3f1fe07ad7af530e74f821258dc042adcecb9bf Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 16 Jan 2025 15:15:17 +0100 Subject: [PATCH] againt --- scripts/stuff/email-list-to-address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stuff/email-list-to-address.php b/scripts/stuff/email-list-to-address.php index 105a9a128..604dd228e 100644 --- a/scripts/stuff/email-list-to-address.php +++ b/scripts/stuff/email-list-to-address.php @@ -54,7 +54,7 @@ while($line = fgets($input)) { $kunu = $address->customer_number; $name = str_replace(["\r\n", "\n", "\r"], " ", trim($address->getCompanyOrName())); - $name = str_replace('"', '\\"', $name); + $name = str_replace('"', '""', $name); $street = trim($address->street); $zip = trim($address->zip); $city = trim($address->city);