13 Feb
2018
13 Feb
'18
2:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185 --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 71484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71484 Bug 20185: Remove warnings from aqplan.pl Review of attachment 71484: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20185&attachment=71484) ----------------------------------------------------------------- ::: admin/aqplan.pl @@ +36,4 @@
use C4::Debug; use Koha::Acquisition::Currencies;
+our $input = new CGI;
If we are already tweaking the line, why not the new syntax? CGI->new? -- You are receiving this mail because: You are watching all bug changes.