]> git.mxchange.org Git - mailer.git/commitdiff
Typo fixed
authorRoland Häder <roland@mxchange.org>
Sat, 30 Jul 2011 08:45:57 +0000 (08:45 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 30 Jul 2011 08:45:57 +0000 (08:45 +0000)
inc/modules/admin/what-edit_emails.php

index 5d34c42d86d5ffcdf7961434c3e20d00aaf9454c..0a18126ecd5f886e0e19f5f952ce09fcebead2f6 100644 (file)
@@ -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`