Fixed Form Date and DateTime to properly handle mysql and epoch times. Added tests to make sure they work.
This commit is contained in:
parent
a81999d5ea
commit
e7f5948ce1
7 changed files with 52 additions and 14 deletions
|
|
@ -1377,6 +1377,7 @@ sub www_process {
|
|||
};
|
||||
}
|
||||
$entryData->{ $field->{name} } = $value;
|
||||
$self->session->errorHandler->warn($field->{name}. " ". $value);
|
||||
}
|
||||
|
||||
# Process CAPTCHA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue