variables renamed from all uppercase to lowercase
[mailer.git] / inc / functions.php
index c32590a10f1f6b40aa14a98c55c7ec73738c47a3..c449c058a29024c509b99eed283c6b2e316c552a 100644 (file)
@@ -805,7 +805,7 @@ function LOAD_EMAIL_TEMPLATE($template, $content="", $UID="0")
                break;
 
        case "add-points":
-               $points = $_POST['points'];
+               $points = bigintval($_POST['points']);
                break;
 
        case "guest_request_confirm":