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";
+1
View File
@@ -151,6 +151,7 @@ class WrenchFaq extends BaseController
// $local_out = $this->dummyData();
$in["action"]=WRENCHBOARD_ACCT_HELPITEMS;
$in["limit"]=20;
$in["member_id"]=0;
if ( $call_backend == true && $in["action"] !='' ){
$wrenchboard = new \App\Models\BackendModel();
$ret = $wrenchboard->wrenchboard_api($in, $out);