]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC bookbag CGI param changed to bbid
authorBill Erickson <berick@esilibrary.com>
Fri, 25 May 2012 18:41:18 +0000 (14:41 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 1 Jun 2012 19:06:05 +0000 (15:06 -0400)
commit509c09ed9e472f15da0753f64e82f920efb0edaa
treee4fccb46b1a0b7025199f85e61a0879cdfb7b228
parentc0c481c333e30d9a100ca15557009cff045af7a8
TPAC bookbag CGI param changed to bbid

To avoid propagating a generic URL parameter like 'id', which can be
picked up by other pages and cause breakage, use 'bbid' instead.  Also,
clear the 'bbid' param from the my-account tabs.

While we're in there, silence an uninitialized string warning.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/templates/opac/myopac/lists.tt2
Open-ILS/src/templates/opac/parts/myopac/base.tt2