offset missed

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 09:03:00 -04:00
parent 8ee297715c
commit bc4f1fb699
+1 -1
View File
@@ -92,7 +92,7 @@ long WrenchRefferHx( CVars in, CVars &out )
try {
long member_id = REQ_LONG( in, "member_id", 1, -1 );
long limit = REQ_LONG( in, "limit", 1, -1 );
REQ_LONG( in, "offset", 1, -1 );
long offset = REQ_LONG( in, "offset", 1, -1 );
REQ_STRING (in, "uid", 10, 100, "(.*)");
const PGresult *res;