X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-transfer.php;h=f974520cdf04ddfe8fdc38e67295f9637e703bd3;hp=2d3bfaf4b137d7b3843933bfece80138cb60fc05;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/modules/member/what-transfer.php b/inc/modules/member/what-transfer.php index 2d3bfaf4b1..f974520cdf 100644 --- a/inc/modules/member/what-transfer.php +++ b/inc/modules/member/what-transfer.php @@ -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);