Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct variable name, and update reject callback
Wrong variable name inside the callback, and replaced is_null with empty function because strtoupper function applied before returned an empty string when applied to null values, therefore is_null wont reject after strtoupper.
- Loading branch information