Changes between Version 1 and Version 2 of Ticket #8623, comment 7
- Timestamp:
- 02/03/2022 09:51:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8623, comment 7
v1 v2 3 3 @espellcaste your patch doesn't fix the issue, because `bp_esc_sql_order()` returns "ASC" or "DESC", so it's always one of these into your statement and never "custom" 😬. 4 4 5 Many thanks to you both for your work on it, it helped me underst ood what was going wrong, I was looking at fields order, although it was options order...5 Many thanks to you both for your work on it, it helped me understand what was going wrong, I was looking at fields order, although it was options order... 6 6 7 7 If no objections, let's commit this in 10.0 branch and trunk.