X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fprofile-updte.php;h=79aa02feaa89d911f4dec50eabf9455e05cd27b2;hp=759219abb154d0df4b6f761ab248dc1a2aa1d9b0;hb=c5fbd4afb0965d5f3b504d0547e60affb51d52c7;hpb=e1653405d28923c78b2e292125306ccf61138f24 diff --git a/inc/profile-updte.php b/inc/profile-updte.php index 759219abb1..79aa02feaa 100644 --- a/inc/profile-updte.php +++ b/inc/profile-updte.php @@ -39,11 +39,11 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) require($INC); } -if (($CONFIG['send_prof_update'] == 'Y') && ($CONFIG['profile_update'] > 0) && ($CONFIG['resend_profile_update'])) +if (($_CONFIG['send_prof_update'] == 'Y') && ($_CONFIG['profile_update'] > 0) && ($_CONFIG['resend_profile_update'])) { // Ok, we shall send update notifications... - $TIMEOUT = bigintval(time() - $CONFIG['profile_update']); - $TIMEOUT2 = bigintval(time() - $CONFIG['resend_profile_update']); + $TIMEOUT = bigintval(time() - $_CONFIG['profile_update']); + $TIMEOUT2 = bigintval(time() - $_CONFIG['resend_profile_update']); // Load personal data 0 1 2 3 4 5 6 $result = SQL_QUERY_ESC("SELECT userid, email, sex, surname, family, last_update, joined