http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9468 --- Comment #38 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 38164 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38164 Bug 9468: define new SUGGEST_FORMAT authorize value Review of attachment 38164: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9468&attachment=38164) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +37,4 @@
use C4::Context; use C4::Installer; use C4::Dates; +use C4::Koha qw/GetSupportList/;
I think this should be avoided. What will happen in future versions of Koha? The routine can change, or completely removed. We should not call routines/methods from the Koha code in this file. -- You are receiving this mail because: You are watching all bug changes.