Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / birthday_functions.php
index 9ea5bd21717f7ec0a257ef35b3109a14496a1304..8480178783f6f652797d450069dfa87d6c4c78c0 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 
 // Getter for birthday_points
 function getBirthdayPoints () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = getConfig('birthday_points');