Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / profile_functions.php
index 7a3664c68e6a627f0d1c72f76d5f79d2a5ba8088..2af462437b4eb67dd6f513c481a0d5c903b52edc 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 
 // Getter for profile_update
 function getProfileUpdate () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = getConfig('profile_update');
@@ -58,7 +58,7 @@ function getProfileUpdate () {
 
 // Getter for resend_profile_update
 function getResendProfileUpdate () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = getConfig('resend_profile_update');
@@ -70,7 +70,7 @@ function getResendProfileUpdate () {
 
 // Determines whether sending profile update notification is enabled
 function isSendProfileUpdateEnabled() {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = (getConfig('send_prof_update') == 'Y');