A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / mails / doubler_mails.php
index 718074fdcc702e65f2c2ba3c7e5b6f1f47be1ee9..75d4b46c5cdca4b5a91f6aef6362333ba7e14eee 100644 (file)
@@ -137,7 +137,7 @@ if (((SQL_NUMROWS($result_total) > 0) && (getConfig('doubler_sent_all') == 'Y'))
                                $okay = true;
                        } // END - if
 
-                       // Exclude also webmaster's ID in taking points from webmaster's account
+                       // Exclude also webmaster's id in taking points from webmaster's account
                        if (($user > 0) && ($user >= $content['points']) && ($okay === false) && (getConfig('doubler_userid') > 0) && ($content['userid'] != getConfig('doubler_userid'))) {
                                // Add points to used points
                                subtractPoints('doubler_payout', getConfig('doubler_userid'), $content['points']);
@@ -158,7 +158,7 @@ if (((SQL_NUMROWS($result_total) > 0) && (getConfig('doubler_sent_all') == 'Y'))
 
                        // Prepare array
                        $content = array(
-                               // Doubler transmission ID
+                               // Doubler transmission id
                                'id'     => $content['id'],
                                // Doubled points
                                'points' => translateComma($content['points']),