]> 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:07:28 +0000 (15:07 -0400)
commitefedb3be5075d11f9c60c2f9814d5cdcd6c1f540
tree9af779e98277488d28be0542298607fdc5376d66
parent518118a3114d4faa5a8b690c11fee08f54cdadef
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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@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