]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-transfer.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / member / what-transfer.php
index 2d3bfaf4b137d7b3843933bfece80138cb60fc05..f974520cdf04ddfe8fdc38e67295f9637e703bd3 100644 (file)
@@ -100,7 +100,7 @@ switch ($mode) {
                                        bigintval(postRequestElement('to_userid'))
                                ), __FILE__, __LINE__);
 
-                       // Do we have two entries?
+                       // Is there two entries?
                        $valid_data = (SQL_NUMROWS($result) == 2);
 
                        // Final check if all is fine
@@ -299,7 +299,7 @@ switch ($mode) {
                $totalPoints = '0';
                $result = SQL_QUERY_ESC($sql, array(getMemberId()), __FILE__, __LINE__);
 
-               // Do we have entries?
+               // Are there entries?
                if (!SQL_HASZERONUMS($result)) {
                        $OUT = '';
                        while ($content = SQL_FETCHARRAY($result)) {
@@ -506,7 +506,7 @@ LIMIT 1",
                                getMemberId()
                        ), __FILE__, __LINE__);
 
-               // Do we have an entry?
+               // Is there an entry?
                if (SQL_NUMROWS($result) == 1) {
                        // Load newest transaction
                        list($newest) = SQL_FETCHROW($result);