X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdoubler_send.php;h=6e21b9dc23d8f473aabff2840527c43a7242cb3a;hp=cc34bddfedb5cf7b6facae0e50f4d4a2d05d25b8;hb=885637e9f61f315ba051500061ec193ebc937f7b;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/doubler_send.php b/inc/doubler_send.php index cc34bddfed..6e21b9dc23 100644 --- a/inc/doubler_send.php +++ b/inc/doubler_send.php @@ -53,8 +53,8 @@ if ($DOUBLER_POINTS == 0) { } // END - if // If not currently doubled set it to zero -unset($_GET['DOUBLER_UID']); -unset($_POST['DOUBLER_UID']); +REQUEST_UNSET_GET('DOUBLER_UID'); +REQUEST_UNSET_POST('DOUBLER_UID'); setSession('DOUBLER_UID', ''); if (empty($GLOBALS['doubler_uid'])) $GLOBALS['doubler_uid'] = 0;