X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fprofile-updte.php;h=e75fbc7e89169fc4b4b3e6e13cc8228a760515a4;hb=2271b257e04ecbecf1c1e9fe91cd948b50e1ded4;hp=67ff3d451fa495635f4486840d8b397a8f596117;hpb=cc7c700143bca2420ff0497e648d31a18cc9add2;p=mailer.git diff --git a/inc/profile-updte.php b/inc/profile-updte.php index 67ff3d451f..e75fbc7e89 100644 --- a/inc/profile-updte.php +++ b/inc/profile-updte.php @@ -42,7 +42,7 @@ if ((getConfig('send_prof_update') == "Y") && (getConfig('profile_update') > 0) // Load personal data 0 1 2 3 4 5 6 $result = SQL_QUERY_ESC("SELECT userid, email, gender, surname, family, last_update, joined FROM - {!MYSQL_PREFIX!}_user_data + {!_MYSQL_PREFIX!}_user_data WHERE (last_update < (UNIX_TIMESTAMP() - %s) AND last_update != 0 AND last_profile_sent < (UNIX_TIMESTAMP() - %s)) OR