oops; wrong loop!

This commit is contained in:
Matthew Wilson 2006-04-17 09:53:29 +00:00
parent faae4c79c2
commit fc415495fd

View file

@ -1257,7 +1257,7 @@ sub verifyPrerequisitesForm {
foreach (@$scratchCart) { foreach (@$scratchCart) {
my $details = $self->getEventDetails($_); my $details = $self->getEventDetails($_);
push(@$missingEventMessageLoop, { push(@$allPrereqsLoop, {
'form.checkBox' => WebGUI::Form::checkbox($self->session, { 'form.checkBox' => WebGUI::Form::checkbox($self->session, {
value => 1, value => 1,
checked => 1, checked => 1,