]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-confirm.php
New feature of repaying points to user/jackpot/shred added
[mailer.git] / inc / modules / guest / what-confirm.php
index 3b34f5197aefa229f9d1281e633fc4666d702426..40a1c513d55a1f925bc2d2b62aa0f5bb6fd826b7 100644 (file)
@@ -116,7 +116,6 @@ if (!empty($_GET['hash']))
                        if (defined('LEAD_CODE_ENABLED') && defined('LEAD_EXPIRY_TIME')) {
                                // Set special lead cookie
                                set_session("lead_uid", bigintval($uid), (time() + LEAD_EXPIRY_TIME), COOKIE_PATH);
-                               $_SESSION['lead_uid'] = bigintval($uid);
 
                                // Lead-Code mode enabled
                                LOAD_URL("lead-confirm.php");
@@ -128,7 +127,6 @@ if (!empty($_GET['hash']))
                } elseif (defined('LEAD_CODE_ENABLED') && defined('LEAD_EXPIRY_TIME')) {
                        // Set special lead cookie
                        set_session("lead_uid", bigintval($uid), (time() + LEAD_EXPIRY_TIME), COOKIE_PATH);
-                       $_SESSION['lead_uid'] = bigintval($uid);
 
                        // Lead-Code mode enabled
                        LOAD_URL("lead-confirm.php");