fix: syntax error, unexpected EOF

This commit is contained in:
Grand Philippe 2013-03-14 08:33:07 +01:00
parent a71ffc0839
commit 1f736775ed

View File

@ -127,7 +127,7 @@ if ($resql)
$obj = $db->fetch_object($resql);
// sendto en RFC2822
$sendto = str_replace(',',' ',dolGetFirstLastname($obj->firstname, $obj->lastname) ." <".$obj->email.">";
$sendto = str_replace(',',' ',dolGetFirstLastname($obj->firstname, $obj->lastname) ." <".$obj->email.">");
// Make subtsitutions on topic and body
$other=explode(';',$obj->other);