job_offer_accepted_owner.mailfile
This commit is contained in:
@@ -735,8 +735,8 @@ long job_email(long mailtype, CVars in, CVars &out) {
|
||||
vars2form(x, form);
|
||||
vars2form(yr, form);
|
||||
form.LetStr("subject", "Your task was accepted");
|
||||
form.LetStr("email", z["email"].c_str());
|
||||
form.Email("JOB/myjob_offer_accepted_owner.mailfile");
|
||||
form.LetStr("email", z["email"].c_str()); //job_offer_accepted_owner.mailfile
|
||||
form.Email("JOB/job_offer_accepted_owner.mailfile");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user