X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdoubler_send.php;h=e7e6210776359d659f40c33f2a6cde2fb05c9aab;hb=1090de8d4e7bf659002468fec8571388e7487a00;hp=f3084e22a554fd93707a8710fc24c15cced91e69;hpb=ca7455674c0f02d34cbfc22a823393ba629a5160;p=mailer.git diff --git a/inc/doubler_send.php b/inc/doubler_send.php index f3084e22a5..e7e6210776 100644 --- a/inc/doubler_send.php +++ b/inc/doubler_send.php @@ -95,14 +95,14 @@ if (((SQL_NUMROWS($result_total) > 0) && ($_CONFIG['doubler_sent_all'] == "Y")) if (empty($ref)) $ref = 0; if (($ref > 0) && ($DOUBLER_UID == $uid) && (!empty($ref))) { - // Referral points found so add them and set line(s) to completed='Y' + // Referal points found so add them and set line(s) to completed='Y' $points += $ref; $result_ref = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_doubler SET completed='Y' WHERE refid=%s AND completed='N' AND is_ref='Y'", array(bigintval($uid)), __FILE__, __LINE__); } else { - // No referral points found + // No referal points found $ref = 0; }