This commit is contained in:
Matthew Wilson 2006-05-07 22:28:37 +00:00
parent 431883a2a2
commit 339dd55b66

View file

@ -2994,7 +2994,7 @@ sub www_manageRegistrants {
my $sql = "select * from EventManagementSystem_badges order by lastName";
my $p = WebGUI::Paginator->new($self->session,$self->getUrl('func=manageRegistrants'));
$p->setDataByArrayRef($self->session->db->buildArrayRefOfHashRefs($sql));
my $sth;
while (my %row = $sth->hash) {
$output .= "<div>";