https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19536
--- Comment #1 from Marcel de Rooy <[email protected]> --- Created attachment 68673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68673&action=edit Bug 19536: Odd number of elements in anonymous hash in svc/bib Resolve: Odd number of elements in anonymous hash at svc/bib line 69. Odd number of elements in anonymous hash at svc/bib line 118. You can see such warnings when testing the Rancor editor. Replacing url_param by param in fetch_bib since it is a GET call. Not sure about doing the same in update_bib since that is a POST. The scalar context will resolve the odd number warns. Adding a scalar in svc/new_bib too. Test plan: Try URL /cgi-bin/koha/svc/bib/[number] with and without the patch. -- You are receiving this mail because: You are the assignee for the bug. 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/
