Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
03cbc180c9
@ -51,6 +51,8 @@ VerboseMultiSubmit, ReplaceHelpImg
|
||||
- bug #3570212 [edit] uuid_short() is a no-arguments function
|
||||
- bug #3569577 [edit] Add routine parameter headers not valid for "function"
|
||||
- bug #3575799 [search] Various search operators not working as expected
|
||||
- bug #3576322 [search] Invalid select query generated for tables with ENUM fields
|
||||
- bug #3577468 [display] Incorrect imagejpeg Syntax Breaks Image Transformation
|
||||
|
||||
3.5.3.0 (2012-10-08)
|
||||
- bug #3539044 [interface] Browse mode "Show" button gives blank page if no results anymore
|
||||
|
||||
@ -138,7 +138,7 @@ if (! isset($resize)) {
|
||||
);
|
||||
|
||||
if ($resize == 'jpeg') {
|
||||
ImageJPEG($destImage, '', 75);
|
||||
ImageJPEG($destImage, NULL, 75);
|
||||
}
|
||||
if ($resize == 'png') {
|
||||
ImagePNG($destImage);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user