13 Sep
2013
13 Sep
'13
12:19 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10584 --- Comment #24 from M. Tompsett <mtompset@hotmail.com> --- I believe Jonathan is referring to the optimization of if there is no biblionumber then redirect to 404.pl that has been added. No biblionumber means it will fail to get a record, which means it will redirect to 404.pl anyways. The immediate redirect to 404.pl is an optimization, because it makes no sense to run a bunch of function calls just to end up going to 404.pl anyways. If it should give a meaningful error, the optimization makes it possible to do it sooner rather than later -- in another bug. -- You are receiving this mail because: You are watching all bug changes.