added
This commit is contained in:
@@ -587,7 +587,7 @@ Indexes:
|
||||
*/
|
||||
|
||||
res = pgsql_query(" SELECT * FROM family_transfer WHERE member_id = %lu AND status IN ( 1 ) "
|
||||
" ORDER BY created DESC LIMIT %lu OFFSET %lu", member_id, limit, offset);
|
||||
" ORDER BY added DESC LIMIT %lu OFFSET %lu", member_id, limit, offset);
|
||||
|
||||
if (res != NULL && pgsql_num_rows(res) > 0) {
|
||||
out["total_record"] = pgsql_num_rows(res);
|
||||
|
||||
Reference in New Issue
Block a user