Modification des emails

This commit is contained in:
Rodolphe Quiedeville 2003-04-13 19:37:14 +00:00
parent d24471493b
commit 1da5180257

View File

@ -644,9 +644,10 @@ else
*/ */
if ($action == 'presend') if ($action == 'presend')
{ {
$replytoname = "R. Quiedeville"; $replytoname = $user->fullname;
$from_name = $replytoname; $from_name = $replytoname;
$replytomail = "rq@quiedeville.org";
$replytomail = $user->email;
$from_mail = $replytomail; $from_mail = $replytomail;
print "<form method=\"post\" action=\"$PHP_SELF?facid=$facid&action=send\">\n"; print "<form method=\"post\" action=\"$PHP_SELF?facid=$facid&action=send\">\n";