]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_ref.php
Code style changed, ext-user continued:
[mailer.git] / sponsor_ref.php
index d9967f4b8d728b93ca3da607c364d226eaed53be..20e5da48ef18f7bf60a367e5d03a9b5056286d46 100644 (file)
@@ -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();