]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/birthday_mails.php
Typo in function name fixed, double->single quotes, some HTML fixes
[mailer.git] / inc / mails / birthday_mails.php
index 609c65af8d1618c7a892f41d62b937ec87ea7f08..4cc3ef182b9b4d84573a6519581c16616eacee38 100644 (file)
@@ -84,7 +84,7 @@ if (SQL_NUMROWS($result_birthday) > 0) {
 
                        // @TODO 4 is hard-coded here, should we move it out in config?
                        for ($idx = 0; $idx < 4; $idx++) {
-                               $content['check'] .= generateRandomCodde("8", mt_rand(0, $month.$day), $content['userid'], ($age * ($idx + 1)));
+                               $content['check'] .= generateRandomCode("8", mt_rand(0, $month.$day), $content['userid'], ($age * ($idx + 1)));
                        }
 
                        // Insert row into database