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

Eaton master #733

Merged
merged 9 commits into from
Nov 10, 2015
Merged

Eaton master #733

merged 9 commits into from
Nov 10, 2015

Conversation

jarednova
Copy link
Member

This also closes #723

@@ -58,9 +58,14 @@ function image_create( $filename, $ext = 'auto' ) {
$ext = $ext['ext'];
}
}
if ( $ext == 'gif' ) {
if ( strtolower($ext) == 'gif' ) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do strtolower a single time when declaring the variable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call @bartveneman! that makes things easier. I've added that in f3f6d2c

jarednova added a commit that referenced this pull request Nov 10, 2015
@jarednova jarednova merged commit 658413d into master Nov 10, 2015
@jarednova jarednova deleted the eaton-master branch November 10, 2015 00:27
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

3 participants