X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fprofile-updte.php;h=24b0319862ae388301208f646ece537208bb629a;hp=79aa02feaa89d911f4dec50eabf9455e05cd27b2;hb=307a4e11763f0914e73dc756b219356e1c29ab25;hpb=d13ff47b8686dd2632cda3ad2c4008a5063e3061 diff --git a/inc/profile-updte.php b/inc/profile-updte.php index 79aa02feaa..24b0319862 100644 --- a/inc/profile-updte.php +++ b/inc/profile-updte.php @@ -39,7 +39,7 @@ 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']);