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

Fix missing $lower_day assignments; cleanup #154

Merged
merged 1 commit into from Mar 4, 2016

Conversation

jamesmontalvo3
Copy link
Contributor

Prior to being input to mktime(), the $lower_day variable was not always being set. The major cause of this was that $lower_month was being set to $default_day, instead of setting $lower_day to its default.

Additionally, there was some confusing logic surrounding $lower_day, which was cleaned up.

Closes #153

Prior to being input to mktime(), the $lower_day variable
was not always being set. The major cause of this was that
$lower_month was being set to $default_day, instead of
setting $lower_day to its default.

Additionally, there was some confusing logic surrounding
$lower_day, which was cleaned up in this commit.
mwjames added a commit that referenced this pull request Mar 4, 2016
Fix missing $lower_day assignments; cleanup
@mwjames mwjames merged commit 8c65d94 into SemanticMediaWiki:master Mar 4, 2016
@mwjames
Copy link
Contributor

mwjames commented Mar 4, 2016

👍

Thanks

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