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 {
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user