]> git.mxchange.org Git - mailer.git/blobdiff - sponsor_ref.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / sponsor_ref.php
index d9967f4b8d728b93ca3da607c364d226eaed53be..5acd78168d4cab40abef20a7ef5b8b1fd48f8c8e 100644 (file)
@@ -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();