mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Damn it I could've sworn this was committed last night ... guess I only corrected it in the bug report response ... maybe this is why phpbb.com is failing assuming James used CVS
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3274 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e1f2ce6d91
commit
9ff68ef0c2
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class emailer
|
||||||
|
|
||||||
if ($drop_header != '')
|
if ($drop_header != '')
|
||||||
{
|
{
|
||||||
$this->msg = trim(preg_replace('#' . phpbb_preg_quote('#', $drop_header) . '#s', '', $this->msg));
|
$this->msg = trim(preg_replace('#' . phpbb_preg_quote($drop_header, '#') . '#s', '', $this->msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue