Bug 2940 - private shelf (list) display error on 2nd and subsequent pages.
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 2 Feb 2009 20:36:19 +0000 (14:36 -0600)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 3 Feb 2009 11:22:47 +0000 (12:22 +0100)
commitc42416d4234fac412a9165ba118f6d2a4e6ef079
tree02a8eaf7479157b64a7e02d4cb020e8427648d76
parent1308ec0a9f7859a2a2d1bd60c3cdd2231bcbb417
Bug 2940 - private shelf (list) display error on 2nd and subsequent pages.

The before/after URL for the 2nd page of list elements:
http://atz.dev.kohalibrary.com/cgi-bin/koha/opac-shelves.pl?display=privateshelves?viewshelf=120&itemoff=2
http://atz.dev.kohalibrary.com/cgi-bin/koha/opac-shelves.pl?viewshelf=120&display=privateshelves&itemoff=2

The change in query string arguments is incidental, the prevention of multiple "?" is essential.
C4/VirtualShelves/Page.pm