More EL code, security for $_POST elements rewritten (simplified):
[mailer.git] / inc / modules / member / what-holiday.php
index 10c76eea900da06e9b223b983bca4cafac7010b6..46baf1cd6406586921385c357f5bc8d99173ba7f 100644 (file)
@@ -139,7 +139,7 @@ LIMIT 1",
                $content['end_day']     = bigintval(postRequestParameter('end_day'));
                $content['end_month']   = $GLOBALS['month_descr'][postRequestParameter('end_month')];
                $content['end_year']    = bigintval(postRequestParameter('end_year'));
-               $content['comments']    = secureString(postRequestParameter('comments'));
+               $content['comments']    = postRequestParameter('comments');
 
                // Send mail to member
                $message = loadEmailTemplate('member_holiday_request', $content, getMemberId());