Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / refback_functions.php
index fe4ef4adcf6ba0bd86a2b1beaced2e9b53feb587..7547757ff713a3c03acc1bb0f6ecc0ddbc3a102e 100644 (file)
@@ -363,7 +363,7 @@ function updateMemberRefbackPercents ($id, $percents, $note) {
 
 // Checks whether refback is enabled
 function isRefbackEnabled () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = (getConfig('refback_enabled') == 'Y');