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

Remove check on line 142 #1

Closed
wants to merge 1 commit into from
Closed

Remove check on line 142 #1

wants to merge 1 commit into from

Conversation

oliver204
Copy link

An array is not being passed in to the during function so you cannot use the preg_grep("/ /", $dates) function which requires an array.

An array is not being passed in to the during function so you cannot use the preg_grep("/ /", $dates) function which requires an array.
@Edujugon Edujugon closed this in 58db5fa Mar 4, 2017
@Edujugon
Copy link
Owner

Edujugon commented Mar 4, 2017

@oliver204 ,
Thanks for pointing out that bug in during clause :)
I fixed that and kept the check in order to prevent hitting google API with wrong date format.

@oliver204
Copy link
Author

oliver204 commented Mar 4, 2017 via email

Edujugon added a commit that referenced this pull request Apr 10, 2017
Keep that check to prevent wrong date formats.
Edujugon added a commit that referenced this pull request Apr 10, 2017
Keep that check to prevent wrong date formats.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants