From 1a73b752958f819c7c9bbfd1a8efcb343738c4a4 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 28 Jun 2007 13:30:23 +0000 Subject: [PATCH] Updated body encoder git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6737 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index 41a4bc310..001d152ff 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -2468,7 +2468,7 @@ function prepare4mailbody($string) "//", "/\?/", - "/(\'|\")/"); + "/\"/"); $to = array( "%25", -- 2.30.2