https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35125
--- Comment #15 from Nick Clemens (kidclamp) <[email protected]> --- (In reply to Phil Ringnalda from comment #13) > Doesn't update_cache need to be setting match_count, so we don't still have > a match_count of zero after AutoCreateAuthorities created one and updated > the cache? Yes, but I think match_count only comes in to play if there is no authid. In this case, we set the authid - which means that whatever linker we are using found a positive match. The count is for when we didn't find a match and need to know if we should create or not. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
