http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835
--- Comment #16 from Matthias Meusburger <[email protected]> --- (En réponse au commentaire 13) > QA comments: > * I don't see the necessity of GetValidEmailAddresses sub. GetMember will > return all email addresses (with other informations) GetMember does a heavier query than GetValidEmailAddresses. To my opinion, that unique point make the creation of GetValidEmailAddresses relevant, at a time we're trying to optimize koha. Moreover, the fetching of email addresses is done in nested loops. In such case, having lightweight queries does seem important to me. Do we agree on that ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
