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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 9 Feb 2009 20:28:52 +0000 (14:28 -0600)
commitbf17eb3902b2d7091406c43cf10834e45935c6f7
tree4a067a7fe90c77bca64695bb526d56ca3e2b07b6
parent6b9b778b1bc09eeb7d6e982a6fd5420b2209a641
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.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/VirtualShelves/Page.pm