X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Femail.php;h=b43ae0dc1c200614a94e4beef83a04b543f65b99;hb=9920fb39e566a10c44aa7ead9603ff3d1893a01a;hp=bd44cb763e55a0b5741d8471a621efdef3b14510;hpb=75f3d41da2d85cb61ac627807011c312b96e3bb1;p=friendica.git diff --git a/include/email.php b/include/email.php old mode 100755 new mode 100644 index bd44cb763e..b43ae0dc1c --- a/include/email.php +++ b/include/email.php @@ -250,7 +250,7 @@ function email_header_encode($in_str, $charset) { // remove trailing spacer and // add start and end delimiters - $spacer = preg_quote($spacer); + $spacer = preg_quote($spacer,'/'); $out_str = preg_replace("/" . $spacer . "$/", "", $out_str); $out_str = $start . $out_str . $end; }