total items

This commit is contained in:
CHIEFSOFT\ameye
2024-01-22 07:24:50 -05:00
parent 7cdb1e3341
commit ed42ce0ea3
@@ -109,6 +109,7 @@ long WrenchHomeBanners(CVars in, CVars &out) {
// } catch (bad_parameter) {
// out["status"] = "ERROR";
// }
out["total_record"] = itm_count;
logfmt(logINFO, "/WrenchHomeBanners()");
ret = PHP_API_OK;
return ret;