Deplacement ini_set

This commit is contained in:
Rodolphe Quiedeville 2004-10-20 09:19:30 +00:00
parent 658f90c790
commit 182adc40a7

View File

@ -72,8 +72,6 @@ class DolibarrMail
function DolibarrMail($subject, $to, $from, $msg)
{
ini_set('mbstring.func_overload','0');
$this->from = $from;
$this->message = wordwrap($msg, 78);