From dd8970e3776e8b5c81349f9f07ec368578e17b38 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 12 Sep 2024 16:20:21 -0400 Subject: [PATCH] raw contacts --- wrenchboard/src/shared_tool/account.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/account.cc b/wrenchboard/src/shared_tool/account.cc index 48e0f9e9..56d42b03 100644 --- a/wrenchboard/src/shared_tool/account.cc +++ b/wrenchboard/src/shared_tool/account.cc @@ -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;