temp "fix"
This commit is contained in:
parent
1170a92607
commit
7d60e31296
1 changed files with 1 additions and 1 deletions
|
|
@ -3309,7 +3309,7 @@ sub www_manageRegistrants {
|
|||
my $i18n = WebGUI::International->new($self->session,'Asset_EventManagementSystem');
|
||||
|
||||
my $output;
|
||||
my $sql = "select * from EventManagementSystem_badges order by lastName";
|
||||
my $sth = "select * from EventManagementSystem_badges order by lastName";
|
||||
|
||||
|
||||
while (my %row = $sth->hash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue