12 Feb
2025
12 Feb
'25
6:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38664 --- Comment #48 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177826&action=edit Bug 38664: Fix updatedatabase.pl This patch fixes the following error: sort (...) interpreted as function at /kohadevbox/koha/installer/data/mysql/updatedatabase.pl line 25950. sort @words and sort { $a cmp $b } @words are functionally identical because Perl's default sort behavior is string-wise ascending order (which is exactly what { $a cmp $b } specifies). -- You are receiving this mail because: You are watching all bug changes.