mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix warning
This commit is contained in:
parent
028ab9644b
commit
35f6de7f2a
@ -225,7 +225,7 @@ function gen_dstfile($src, $maxsize, $height=null, $width=null, $minsize=null)
|
|||||||
* TODO: As this is a general purpose function, it might probably be moved
|
* TODO: As this is a general purpose function, it might probably be moved
|
||||||
* to some other php file or an "image utils" class.
|
* to some other php file or an "image utils" class.
|
||||||
*/
|
*/
|
||||||
function get_scaled_image_size($w, $h, $maxw, $maxh, $minw, $minh)
|
function get_scaled_image_size($w, $h, $maxw, $maxh, $minw=0, $minh=0)
|
||||||
{
|
{
|
||||||
//Scale will contain the factor by which the image has to be scaled down
|
//Scale will contain the factor by which the image has to be scaled down
|
||||||
$scale = 1.0;
|
$scale = 1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user