fix
This commit is contained in:
@@ -60,7 +60,7 @@ out["total_record"] = itm_count;
|
||||
return 0;
|
||||
}
|
||||
//
|
||||
long RecoOffersInterest(int itm_count, CVars in, CVars &out ){
|
||||
long ARecoOffersInterest(int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoOffersInterest()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
@@ -125,7 +125,7 @@ long RecoOffersInterest(int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckOffers(int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckOffers(int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoCheckOffers()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
@@ -189,7 +189,7 @@ long RecoCheckOffers(int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
//SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ;
|
||||
logfmt(logINFO, "RecoCheckFamilyLogin()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
@@ -252,7 +252,7 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoReferAFreind(int itm_count, CVars in, CVars &out ){
|
||||
long ARecoReferAFreind(int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoOffersInterest()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
@@ -319,7 +319,7 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){
|
||||
|
||||
//
|
||||
|
||||
long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoPendingInterestCount( int itm_count, CVars in, CVars &out ){
|
||||
//SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ;
|
||||
logfmt(logINFO, "RecoCheckFamilyCount()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
@@ -384,7 +384,7 @@ long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){
|
||||
//SELECT count(id) AS family_count FROM members_family WHERE member_id =1 AND status = 1 AND last_login IS NULL ;
|
||||
logfmt(logINFO, "RecoCheckFamilyCount()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
@@ -447,7 +447,7 @@ long RecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
//SELECT id AS coupons_count FROM coupons_allocation WHERE member_id =1 AND amount> 0 AND active IS NULL;
|
||||
logfmt(logINFO, "RecoCheckCoupons()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
@@ -510,7 +510,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckTaskDue( int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoCheckTaskDue()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
@@ -572,7 +572,7 @@ long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){
|
||||
return ret;
|
||||
}
|
||||
|
||||
long RecoCheckTaskReview( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckTaskReview( int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoCheckTaskReview()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
@@ -635,7 +635,7 @@ return ret;
|
||||
|
||||
}
|
||||
|
||||
long RecoCheckBlog( int itm_count, CVars in, CVars &out ){
|
||||
long ARecoCheckBlog( int itm_count, CVars in, CVars &out ){
|
||||
logfmt(logINFO, "RecoCheckBlog()");
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
const PGresult *res;
|
||||
|
||||
Reference in New Issue
Block a user