X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mailid_top.php;h=baa25eb6041b8456172ab3f0852c3fca368ed579;hb=643108b2b1fd7d1b2d67abdc5e97dff48258e3cc;hp=0209f2e52cdc6d4f56dcf5972d6d245aa3c2c56e;hpb=3f230c917afccc24b270fa6393c9796b557d4ce1;p=mailer.git diff --git a/mailid_top.php b/mailid_top.php index 0209f2e52c..baa25eb604 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -89,7 +89,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr } if (SQL_NUMROWS($result) == 1) { - // Is the stats ID valid? + // Is the stats id valid? list($lid, $ltype) = SQL_FETCHROW($result); SQL_FREERESULT($result); @@ -127,7 +127,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr // Set sender to 0 when we have a bonus mail if ($ltype == 'BONUS') $sender = 0; - // Is the user's ID unlocked? + // Is the user's id unlocked? $result = SQL_QUERY_ESC("SELECT `status`, `gender`, `surname`, `family`, `ref_payout` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `userid`=%s LIMIT 1", array($url_userid), __FILE__, __LINE__); if (SQL_NUMROWS($result) == 1) {