New uodates
This commit is contained in:
@@ -37,10 +37,16 @@ class WrenchUserContacts extends BaseController
|
||||
$in["member_uid"]=$in["uid"];
|
||||
}
|
||||
|
||||
$in["raw_contacts"] = serialize($in['raw_contacts']);
|
||||
$endpoint = "CONTACTS_IMPORT_ACTION-". $in["uid"];
|
||||
$outC = $this->getCache($endpoint); // try find in cache
|
||||
|
||||
$this->saveCache($endpoint,$in,300);
|
||||
///=== cache game gere
|
||||
|
||||
$in["raw_contacts"] = serialize($in['raw_contacts'].$in["m2"].$in["m3"]);
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
$out['internal_return'] = $ret;
|
||||
log_message('critical', "usersBanners ********* ALL ".serialize($out) );
|
||||
log_message('critical', "*********** WrenchUserContacts::usersContacts() 0001 ".serialize($out) );
|
||||
|
||||
return $this->summaryReturnData($in,$out); //json_encode( $final_out );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user