fix
This commit is contained in:
@@ -94,6 +94,7 @@ enum {
|
||||
#define MERMS_PROVIDERS_START 150000
|
||||
// // --
|
||||
#define MERMS_PROVIDERS_STARTPRACTICE 150005
|
||||
#define MERMS_PROVIDERS_RESNDSTARTLNK 150006
|
||||
#define MERMS_PROVIDERS_BEFORESESSION 150010
|
||||
#define MERMS_PROVIDERS_CREATEACCOUNT 150015
|
||||
#define MERMS_PROVIDERS_RESETPASSWORD 150020
|
||||
|
||||
@@ -61,7 +61,9 @@ long providers_call(CVars in, CVars &out) {
|
||||
|
||||
break;
|
||||
|
||||
|
||||
case MERMS_PROVIDERS_RESNDSTARTLNK:
|
||||
provider_email_calls(MERMS_PROVIDERS_STARTPRACTICE, in, out);
|
||||
break;
|
||||
|
||||
case INVOICED:
|
||||
const PGresult *res = pgsql_query("SELECT * FROM members WHERE invoiced =1 AND id=%lu", in["member_id"].Long());
|
||||
|
||||
Reference in New Issue
Block a user