fix
This commit is contained in:
@@ -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