registrant management is mostly working

This commit is contained in:
JT Smith 2008-04-19 18:25:42 +00:00
parent 57934cf1bc
commit 9d99c7e71d
6 changed files with 363 additions and 1689 deletions

View file

@ -146,8 +146,6 @@ sub toHtml {
}
my $i=0;
my $options = $self->getOptions;
$self->session->errorHandler->warn(JSON->new->encode($options));
foreach my $key (keys %{$options}) {
$i++;
my @values = $self->getDefaultValue;