28 Oct
2024
28 Oct
'24
3:30 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 --- Comment #155 from Jonathan Druart <jonathan.druart@gmail.com> --- admin/oai_servers.pl and .tt are really old style written, could have been nice to see them follow the current standard. 1. msg_added => should use a @messages array 2. add_form and op => Why 2 variables for the same purpose? 3. No try-catch! 4. type => $op eq 'add' ? lc $type : '' What is "type"? Is not used in template. -- You are receiving this mail because: You are watching all bug changes.