Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-10-16 18:23:19 +02:00
commit 03cbc180c9
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -138,7 +138,7 @@ if (! isset($resize)) {
);
if ($resize == 'jpeg') {
ImageJPEG($destImage, '', 75);
ImageJPEG($destImage, NULL, 75);
}
if ($resize == 'png') {
ImagePNG($destImage);