removed meber id
This commit is contained in:
@@ -29,7 +29,6 @@ wrenchboard=> SELECT * FROM help_items WHERE status=1 ORDER BY lorder ASC;
|
|||||||
*/
|
*/
|
||||||
try {
|
try {
|
||||||
long limit = REQ_LONG(in, "limit", 1, -1);
|
long limit = REQ_LONG(in, "limit", 1, -1);
|
||||||
long member_id = REQ_LONG(in, "member_id", 1, -1);
|
|
||||||
REQ_LONG(in, "page", 1, -1);
|
REQ_LONG(in, "page", 1, -1);
|
||||||
|
|
||||||
out["total_record"] = "0";
|
out["total_record"] = "0";
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ class WrenchFaq extends BaseController
|
|||||||
// $local_out = $this->dummyData();
|
// $local_out = $this->dummyData();
|
||||||
$in["action"]=WRENCHBOARD_ACCT_HELPITEMS;
|
$in["action"]=WRENCHBOARD_ACCT_HELPITEMS;
|
||||||
$in["limit"]=20;
|
$in["limit"]=20;
|
||||||
|
$in["member_id"]=0;
|
||||||
if ( $call_backend == true && $in["action"] !='' ){
|
if ( $call_backend == true && $in["action"] !='' ){
|
||||||
$wrenchboard = new \App\Models\BackendModel();
|
$wrenchboard = new \App\Models\BackendModel();
|
||||||
$ret = $wrenchboard->wrenchboard_api($in, $out);
|
$ret = $wrenchboard->wrenchboard_api($in, $out);
|
||||||
|
|||||||
Reference in New Issue
Block a user