From 00399560e939effe760660692688754fbe73d6fd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 31 Jul 2023 21:10:49 -0400 Subject: [PATCH] fix b --- wrenchboard/src/shared_tool/recent_data.cc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/wrenchboard/src/shared_tool/recent_data.cc b/wrenchboard/src/shared_tool/recent_data.cc index 9b540ea8..b1505c81 100644 --- a/wrenchboard/src/shared_tool/recent_data.cc +++ b/wrenchboard/src/shared_tool/recent_data.cc @@ -41,21 +41,22 @@ // also used from accounts long WrenchRecentDash(CVars in, CVars &out){ - out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)"; + out["status"] = "long WrenchRecentDash(CVars in, CVars &out)"; CVars offV; char vname[30]; long member_id = REQ_LONG(in, "member_id", 1, -1); int itm_count= 0; - if( RecoCheckOffers( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoPendingInterestCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoCheckFamilyLogin( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoCheckFamilyCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoCheckCoupons( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoCheckTaskReview( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoCheckTaskDue( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoOffersInterest( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } - if( RecoReferAFreind( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckOffers( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoPendingInterestCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckFamilyLogin( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckFamilyCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckCoupons( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckTaskReview( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoCheckTaskDue( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoOffersInterest( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } +// if( RecoReferAFreind( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; } out["total_record"] = itm_count; + out["status"] = "/out long WrenchRecentDash(CVars in, CVars &out)"; return 0; } //