This commit is contained in:
CHIEFSOFT\ameye
2024-11-28 03:55:26 -05:00
parent ceac9d3f49
commit a504b70d7b
+2 -2
View File
@@ -15,7 +15,7 @@ extern int mailsend(CVars in, CVars &out);
long CronWelcomeAccountMail(CVars in);
long CronAccountPendingMail(CVars in) ;
long CronJobEmail(long mailtype, CVars in, CVars &out);
long CronAccountMail((long mailtype, CVars in);
long CronAccountMail(long mailtype, CVars in);
/*
CREATE TABLE email_message(
@@ -541,7 +541,7 @@ long CronJobEmail(long mailtype, CVars in, CVars &out) {
return 0;
}
long CronAccountMail((long mailtype, CVars in){
long CronAccountMail(long mailtype, CVars in){
logfmt(logINFO, "CronAccountMail()");
CVars x, y, z, ml;
C_CGI_Form form("", "");