https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18894 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 64804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64804 Bug 18894 - Add ability to limit the number of messages sent by misc/cronjobs/process_message_queue.pl at a time Review of attachment 64804: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18894&attachment=64804) ----------------------------------------------------------------- ::: C4/Letters.pm @@ +1272,5 @@
+ SELECT mq.message_id, mq.borrowernumber, mq.subject, mq.content, mq.message_transport_type, mq.status, mq.time_queued, mq.from_address, mq.to_address, mq.content_type, b.branchcode, mq.letter_code + FROM message_queue mq + LEFT JOIN borrowers b ON b.borrowernumber = mq.borrowernumber + WHERE status = ? + };
I like the clean up, but technically not necessary. -- You are receiving this mail because: You are watching all bug changes.