]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/birthday_mails.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / mails / birthday_mails.php
index 634e41d3ba91cc5fc292692bbc1af6b02cf5c0a7..6758f0343ddbb83470d7b4c7bfe8516eba7b0a80 100644 (file)
@@ -85,7 +85,7 @@ if (SQL_NUMROWS($result_birthday) > 0) {
                        }
 
                        // Insert row into database
-                       $result_insert = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_user_birthday (userid, points, chk_value) VALUES ('%s', '%s', '%s' )",
+                       $result_insert = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_user_birthday (userid, points, chk_value) VALUES ('%s','%s','%s' )",
                         array(bigintval($uid), $_CONFIG['birthday_points'], $content['check']), __FILE__, __LINE__);
 
                        // Load email template with confirmation link