X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fprofile-updte.php;h=ca85ac4d330235dbe37dbe2434ab6932020adbb6;hp=042f44c740ff20ac2fa71aa97ba6e8507957d1ff;hb=102d8ff4dc03d13ba12cc5181da83f48feb7a4d6;hpb=7b0f17cd637e388049d2167811e4332cec1e979b diff --git a/inc/profile-updte.php b/inc/profile-updte.php index 042f44c740..ca85ac4d33 100644 --- a/inc/profile-updte.php +++ b/inc/profile-updte.php @@ -75,7 +75,7 @@ ORDER BY `userid` ASC", array(getConfig('profile_update'), getConfig('resend_pro // Update profile data SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET last_profile_sent=UNIX_TIMESTAMP(), notified='Y' WHERE userid=%s LIMIT 1", - array(bigintval($content['userid'])), __FILE__, __LINE__); + array(bigintval($content['userid'])), __FILE__, __LINE__); } // END - while } // END - if