temp "fix"

This commit is contained in:
Matthew Wilson 2006-05-07 02:53:05 +00:00
parent 1170a92607
commit 7d60e31296

View file

@ -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) {