some reported warnings cleaned up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user