raw contacts

This commit is contained in:
CHIEFSOFT\ameye
2024-09-12 16:20:21 -04:00
parent 91d728eb33
commit dd8970e377
+1 -1
View File
@@ -531,7 +531,7 @@ long account_calls(CVars in, CVars &out) {
long WrenchImportContacts(CVars in, CVars &out) {
long ret = PHP_API_BAD_PARAM;
logfmt(logINFO, "long WrenchImportContacts(CVars in, CVars out)");
REQ_STRING(in, "raw_contacts", 0, 5500, "(.*)");
//REQ_STRING(in, "raw_contacts", 0, 5500, "(.*)");
long member_id = REQ_LONG(in, "member_id", 1, -1);
REQ_STRING(in, "member_uid", 20, 100, "(.*)");
CVars x;