]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
Tons of rewrites (SQL queries), surfbar nearly finished (working: surfing with static...
[mailer.git] / inc / mails / bonus_mails.php
index 198419d4d8dcbc3d2219b0bfbfaf47dbf905e901..43a382dbeaf31dfa9cbfdde6117568561e386643 100644 (file)
@@ -108,7 +108,7 @@ if (!empty($SQL))
                {
                        // Update account
                        $result_update = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_user_data
-SET bonus_ral_notify='%s', bonus_ral_%s_notify='%s' WHERE userid=%d LIMIT 1",
+SET bonus_ral_notify='%s', bonus_ral_%s_notify='%s' WHERE userid=%s LIMIT 1",
  array(time(), $MODE, time(), $uid), __FILE__, __LINE__);
 
                        // Load email template and send it to the user!