X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=beg.php;h=c56f99b9315bcdc8abc278978edd6384c4411979;hp=15bfb4f5c9ce1dac0582f16296fb6297d60c9b78;hb=d3c4fdd9bfab35389e1a5ff48f3952d527c7b4bb;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df diff --git a/beg.php b/beg.php index 15bfb4f5c9..c56f99b931 100644 --- 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'); }