https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25339 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy@rijksmuseum.nl --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + $biblionumber = int($biblionumber); I think we have a few places where we do that. And it is really ugly imo. If you dont pass a valid biblionumber, you should not get a valid response. Furthermore int does not like strings. We will have warnings like: Argument "3abc" isn't numeric in int I would rather get rid of the other places.. Changing status: ID or FQA ? -- You are receiving this mail because: You are watching all bug changes.