Fix: La modif de l'email emetteur n'tait pas effective.

This commit is contained in:
Laurent Destailleur 2005-02-14 21:34:26 +00:00
parent 1d0ac1ac22
commit 52be750cc7

View File

@ -108,7 +108,7 @@ if ($_POST["action"] == 'update')
$mil = new Mailing($db);
$mil->id = $_POST["id"];
$mil->from = $_POST["from"];
$mil->email_from = $_POST["from"];
$mil->titre = $_POST["titre"];
$mil->sujet = $_POST["sujet"];
$mil->body = $_POST["body"];