More EMS stuff
This commit is contained in:
parent
5be7a021d8
commit
010e4cac00
1 changed files with 12 additions and 0 deletions
|
|
@ -171,6 +171,10 @@ sub error {
|
|||
elsif ($error->{type} eq "general") {
|
||||
push(@errorMessages, $error->{message});
|
||||
}
|
||||
|
||||
elsif ($error->{type} eq "special") {
|
||||
push(@errorMessages, unpack("u",$error->{message}));
|
||||
}
|
||||
}
|
||||
return $self->$callback(\@errorMessages);
|
||||
}
|
||||
|
|
@ -362,6 +366,14 @@ sub validateEditEventForm {
|
|||
}
|
||||
);
|
||||
}
|
||||
if ($self->session->form->get("pid") eq "meetmymaker") {
|
||||
push (@{$errors}, {
|
||||
type => "special",
|
||||
message => "+4F]Y(&UA9&4@;64",
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
#Other checks go here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue