Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / payout_functions.php
index 82c4048dea845405414c1f7d6b73475ffecb7626..c9b05aadd683f534e7bc5fc69221d10e94bfc1ce 100644 (file)
@@ -96,7 +96,7 @@ function translatePayoutStatus ($status) {
 
 // "Getter" for payoutable user points
 function getPayoutPoints ($userid) {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__][$userid])) {
                // Determine it
                $GLOBALS[__FUNCTION__][$userid] = countSumTotalData($userid, 'user_points', 'points') - getUserUsedPoints($userid);