https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37675
--- Comment #33 from Jonathan Druart <[email protected]> --- (In reply to David Cook from comment #30) > I think Jonathan's patch didn't have much impact, because it didn't target > the most necessary "create_key" function. Good catch, I missed that one. > But it has its own problems as well. I don't like while() loops in web apps. Yes, that's terrible. And the fact the a collision could still happen between server-side and client-side seems pretty bad as well. What about using UUIDs instead? :) -- You are receiving this mail because: You are the assignee for the bug. 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/
