fix bug
This commit is contained in:
@@ -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("", "");
|
||||
|
||||
Reference in New Issue
Block a user