]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / mysql-manager.php
index 836d1d850dc9fa3ef5080c8ec5571491646514c9..0221150793c16c8881fd9d20f3104bd205007b2c 100644 (file)
@@ -1078,7 +1078,7 @@ function getPaymentPoints ($pid, $lookFor = 'price') {
        return $ret;
 }
 
-// Remove a receiver's ID from $receivers and add a link for him to confirm
+// Remove a receiver's id from $receivers and add a link for him to confirm
 function removeReceiver (&$receivers, $key, $userid, $pool_id, $stats_id = '', $bonus = false) {
        // Default is not removed
        $ret = 'failed';
@@ -1090,7 +1090,7 @@ function removeReceiver (&$receivers, $key, $userid, $pool_id, $stats_id = '', $
 
                // Is there already a line for this user available?
                if ($stats_id > 0) {
-                       // Only when we got a real stats ID continue searching for the entry
+                       // Only when we got a real stats id continue searching for the entry
                        $type = 'NORMAL'; $rowName = 'stats_id';
                        if ($bonus) { $type = 'BONUS'; $rowName = 'bonus_id'; }
 
@@ -1203,7 +1203,7 @@ function getReferalLevelPercents ($level) {
  * Dynamic referal system, can also send mails!
  *
  * subject     = Subject line, write in lower-case letters and underscore is allowed
- * userid         = Referal ID wich should receive...
+ * userid         = Referal id wich should receive...
  * points      = ... xxx points
  * sendNotify  = shall I send the referal an email or not?
  * rid         = inc/modules/guest/what-confirm.php need this
@@ -1404,7 +1404,7 @@ function sendAdminEmails ($subj, $message) {
        // Really simple... ;-)
 }
 
-// Get ID number from administrator's login name
+// Get id number from administrator's login name
 function getAdminId ($login) {
        // By default no admin is found
        $ret = '-1';