12 Feb
2025
12 Feb
'25
6:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39101 --- Comment #3 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Thanks for the fix in bug 38664 comment 48 :)
my ($max_date) = sort { $a cmp $b } (
Note that with "{ $a cmp $b} " it's still sorting ascendingly which would give a min_date and not max_date. But we would have to do more testing on that old db rev from 2019. Whose wrongness got unnoticed to this day. So I guess we can not bother with it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.