9 Jun
2012
9 Jun
'12
2:57 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6835 --- Comment #16 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- (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.