Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor optimization and fix falst positive on field being empty #11

Closed
mrjones-plip opened this issue Jun 6, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@mrjones-plip
Copy link
Contributor

in the main class, line 291 can just be:

if (empty($row[$key])){

and line 297 should check if it's not empty, not if it's set like this:

} elseif (!empty($row[$key])) {
@mrjones-plip mrjones-plip self-assigned this Jun 6, 2017
mrjones-plip pushed a commit that referenced this issue Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant