Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e89b5cd217
@ -657,8 +657,9 @@ EOT;
|
||||
}
|
||||
|
||||
// If there are no search criteria set or no unary criteria operators, return
|
||||
if (! array_filter($_POST['criteriaValues'])
|
||||
&& ! array_intersect($_POST['criteriaColumnOperators'], $GLOBALS['PMA_Types']->getUnaryOperators())) {
|
||||
if (! array_filter($_POST['criteriaValues'])
|
||||
&& ! array_intersect($_POST['criteriaColumnOperators'], $GLOBALS['PMA_Types']->getUnaryOperators())
|
||||
) {
|
||||
return $fullWhereClause;
|
||||
}
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@ if (! isset($resize)) {
|
||||
);
|
||||
|
||||
if ($resize == 'jpeg') {
|
||||
ImageJPEG($destImage, NULL, 75);
|
||||
ImageJPEG($destImage, null, 75);
|
||||
}
|
||||
if ($resize == 'png') {
|
||||
ImagePNG($destImage);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user