X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mailid.php;h=81778853ab2c3ca209b01b62fe0a46dbcf9ed24b;hb=7bfee4bc71e5b7b741f3451b27ba0a09574dfca8;hp=1f38c5b15e389657dcb381c26aad371b7ad2c4f5;hpb=0f335c256a7058184ea866cde08236664cf75b23;p=mailer.git diff --git a/mailid.php b/mailid.php index 1f38c5b15e..81778853ab 100644 --- a/mailid.php +++ b/mailid.php @@ -83,7 +83,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr array($url_bid, $url_userid), __FILE__, __LINE__); $type = 'bonusid'; $urlId = $url_bid; } else { - // Problem: No ID entered + // Problem: No id entered redirectToUrl('index.php'); } @@ -94,7 +94,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr // @TODO Rewrite this to a filter switch ($ltype) { case 'NORMAL': - // Is the stats ID valid? + // Is the stats id valid? $result = SQL_QUERY_ESC("SELECT pool_id, url, subject FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE `id`=%s LIMIT 1", array($url_mid), __FILE__, __LINE__); break; @@ -123,7 +123,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr // Set it setExtraTitle($title); - // Is the user's ID unlocked? + // Is the user's id unlocked? $result = SQL_QUERY_ESC("SELECT `status`, `gender`, `surname`, `family` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `userid`=%s LIMIT 1", array($url_userid), __FILE__, __LINE__); if (SQL_NUMROWS($result) == 1) {