From 222f20b0a1073701876e2a41aa1dd76dbf4a242b Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Thu, 11 Jun 2015 00:25:56 +0200 Subject: [PATCH] validator fix --- mail_report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail_report.php b/mail_report.php index bc7c05e..21e8264 100644 --- a/mail_report.php +++ b/mail_report.php @@ -89,8 +89,8 @@ } else { $bayes['total'] = "TOTAL-"; } - $plain = "?id=$id&format=plain"; - $html = "?id=$id&format=html"; + $plain = "?id=$id&format=plain"; + $html = "?id=$id&format=html"; echo '

Message ID : ' . $mail->mail_id . '

'; echo ''; echo ''; -- 2.39.2