X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_ref.php;h=20e5da48ef18f7bf60a367e5d03a9b5056286d46;hb=22ed4cd313c0f05d6578662b0e4ef191312f0aed;hp=d9967f4b8d728b93ca3da607c364d226eaed53be;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/sponsor_ref.php b/sponsor_ref.php index d9967f4b8d..20e5da48ef 100644 --- a/sponsor_ref.php +++ b/sponsor_ref.php @@ -38,7 +38,7 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['__start_time'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module / output mode $GLOBALS['__module'] = 'sponsor_ref'; @@ -53,7 +53,7 @@ setContentType('text/html'); // Base URL for redirection $url = 'modules.php?module=index'; -// Do we have a referral id? +// Is there a referral id? if (isReferralIdValid()) { // We have an refid here. So we simply add it $url .= '&what=sponsor_reg&refid=' . determineReferralId();