This commit is contained in:
Roy Johnson 2006-05-10 21:35:41 +00:00
parent 31f117e8bf
commit 65f09913e5

View file

@ -2383,7 +2383,7 @@ sub www_search {
my $badgeHolderId = $self->session->scratch->get("currentBadgeId"); # primary key to EMS_badges containing all the attendees info
# Get all the attendees details
my $badgeHolderInfo = $self->session->db->read("select * from EventManagementSystem_badges where badgeId=?",[$badgeHolderId]);
my $badgeHolderInfo = $self->session->db->buildArrayRefOfHashRefs("select * from EventManagementSystem_badges where badgeId=?",[$badgeHolderId]);
$var{badgeHolderInfo_loop} = $badgeHolderInfo;
#these allow us to show a specific page of subevents after an add to scratch cart