mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix function signature for the previous commit
This commit is contained in:
parent
c8a1d88bd8
commit
b9f13f9b13
@ -1618,12 +1618,12 @@ class mail_compose
|
||||
return 1;
|
||||
}
|
||||
|
||||
function convertHTMLToText(&$_html,$sourceishtml = true, $stripcrl=false)
|
||||
function convertHTMLToText(&$_html,$sourceishtml = true, $stripcrl=false, $noRepEmailAddr = false)
|
||||
{
|
||||
$stripalltags = true;
|
||||
// third param is stripalltags, we may not need that, if the source is already in ascii
|
||||
if (!$sourceishtml) $stripalltags=false;
|
||||
return Api\Mail\Html::convertHTMLToText($_html,$this->displayCharset,$stripcrl,$stripalltags);
|
||||
return Api\Mail\Html::convertHTMLToText($_html,$this->displayCharset,$stripcrl,$stripalltags, $noRepEmailAddr);
|
||||
}
|
||||
|
||||
function generateRFC822Address($_addressObject)
|
||||
|
Loading…
Reference in New Issue
Block a user