]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 15bfb4f5c9ce1dac0582f16296fb6297d60c9b78..c56f99b9315bcdc8abc278978edd6384c4411979 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -88,7 +88,7 @@ if (isGetRequestElementSet('userid')) {
 
        // Check if account was found
        if (SQL_NUMROWS($result) == 1) {
-               // Found an ID so we simply set it
+               // Found an id so we simply set it
                list($userid, $clicks, $ref_payout, $status, $last) = SQL_FETCHROW($result);
 
                // Account confirmed?
@@ -219,7 +219,7 @@ if (isGetRequestElementSet('userid')) {
                // Free memory
                SQL_FREERESULT($result);
        } elseif ($userid == getConfig('beg_userid')) {
-               // Webmaster's ID cannot beg for points!
+               // Webmaster's id cannot beg for points!
                $errorCode = getCode('BEG_SAME_AS_OWN');
        }