http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8381 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain@biblibre.com Assignee|oleonard@myacpl.org |alex.arnaud@biblibre.com --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- Alex, I'm assigning this bug to you, because you're author of the patch that caused it, see bug 5981. I confirm that the following lines are the origin of the problem: + my $path_info = $cgi->url(-path_info=>1); + $query_cgi = $cgi->url(-query=>1); + $query_cgi =~ s/^$path_info\?//; + $query_cgi =~ s/;/&/g; + $query_desc .= ", $limit_desc"; I've commented them, and the problem described here is gone. Uncommenting them, the problem is back. I can't reproduce Katrin problem described on http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5981#c28, but thi one 8381 is a bug, for sure As your original bugfix contained an updatedatabase, I won't revert it, that would mean creating a "hole" in DB revision numbers, but please fix the problem quickly ! -- You are receiving this mail because: You are watching all bug changes.