]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_sponsor.php
More EL code, security for $_POST elements rewritten (simplified):
[mailer.git] / inc / modules / admin / what-del_sponsor.php
index 25521563b1530e1800c639e8251eb49886a9013c..14035c960a5154ca84441900bb87129fceacba0a 100644 (file)
@@ -54,7 +54,7 @@ if (isGetRequestParameterSet('id')) {
                        $content = SQL_FETCHARRAY($result);
 
                        // Prepare data for the template
-                       $content['reason']  = secureString(postRequestParameter('reason'));
+                       $content['reason']  = postRequestParameter('reason');
 
                        // Prepare message and send it away
                        $message = loadEmailTemplate('del_sponsor', $content, bigintval(getRequestParameter('id')));