This commit is contained in:
CHIEFSOFT\ameye
2023-10-30 13:46:52 -04:00
parent 9f1a7e76ca
commit 19c1a65ae0
+1 -1
View File
@@ -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);