perl reserved word fix
This commit is contained in:
parent
801f8d8634
commit
f21dde633d
1 changed files with 1 additions and 1 deletions
|
|
@ -3016,7 +3016,7 @@ sub www_editRegistrant {
|
|||
userId => $self->session->var->get('userId'),
|
||||
firstName => $self->session->form->get("firstName", "text"),
|
||||
lastName => $self->session->form->get("lastName", "text"),
|
||||
address = $self->session->form->get("address", "text"),
|
||||
'address' = $self->session->form->get("address", "text"),
|
||||
city = $self->session->form->get("city", "text"),
|
||||
state = $self->session->form->get("state", "text"),
|
||||
zipCode = $self->session->form->get("zipCode", "text"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue