removed meber id

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 13:03:26 -05:00
parent 03d43a6384
commit 06e5877bc3
2 changed files with 1 additions and 1 deletions
@@ -29,7 +29,6 @@ wrenchboard=> SELECT * FROM help_items WHERE status=1 ORDER BY lorder ASC;
*/
try {
long limit = REQ_LONG(in, "limit", 1, -1);
long member_id = REQ_LONG(in, "member_id", 1, -1);
REQ_LONG(in, "page", 1, -1);
out["total_record"] = "0";