raw contacts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user