]> git.mxchange.org Git - mailer.git/blobdiff - inc/profile-updte.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / profile-updte.php
index 79aa02feaa89d911f4dec50eabf9455e05cd27b2..24b0319862ae388301208f646ece537208bb629a 100644 (file)
@@ -39,7 +39,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
        require($INC);
 }
 
        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']);
 {
        // Ok, we shall send update notifications...
        $TIMEOUT  = bigintval(time() - $_CONFIG['profile_update']);