1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Quote removed header string

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3266 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-01-07 17:46:37 +00:00
parent c684a0b193
commit a08284ef35

View File

@@ -169,7 +169,7 @@ class emailer
if ($drop_header != '')
{
$this->msg = trim(preg_replace('#' . $drop_header . '#s', '', $this->msg));
$this->msg = trim(preg_replace('#' . phpbb_preg_quote('#', $drop_header) . '#s', '', $this->msg));
}
return true;