https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38664
--- Comment #48 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
