http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299
--- Comment #21 from M. Tompsett <[email protected]> --- Comment on attachment 39477 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39477 Bug 11299 - Add a button to the biblio edition page to automatically add authority links in the current biblio record via AJAX. Also adds a button to easily create missing authority records. Review of attachment 39477: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11299&attachment=39477) ----------------------------------------------------------------- ::: cataloguing/automatic_linker.pl @@ +29,5 @@ > +my $input = new CGI; > +print $input->header('application/json'); > + > +# Check the user's permissions > +my %cookies = fetch CGI::Cookie; Bug 14589 is attempting to standardize to CGI::Cookie->fetch; Please change your syntax. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
