fix
This commit is contained in:
parent
431883a2a2
commit
339dd55b66
1 changed files with 1 additions and 1 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue