From: Roland Häder Date: Sat, 30 Jul 2011 08:45:57 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00283a82c807a00d66bd5811d41992bb3b059996;p=mailer.git Typo fixed --- diff --git a/inc/modules/admin/what-edit_emails.php b/inc/modules/admin/what-edit_emails.php index 5d34c42d86..0a18126ecd 100644 --- a/inc/modules/admin/what-edit_emails.php +++ b/inc/modules/admin/what-edit_emails.php @@ -48,7 +48,7 @@ if ((isFormSent()) && (!isPostRequestParameterSet('id'))) { } // END - if // Form sent or anything else? ;-) -if ((isFormSent()) && (postRequestParameterSet('mid'))) { +if ((isFormSent()) && (isPostRequestParameterSet('mid'))) { // Make mail editable... $result = SQL_QUERY_ESC("SELECT `id`,`sender` AS `userid`,`subject`,`text`,`url`