Vergleich inc/functions_image.php - 1.4.11 - 1.4.12
Zeile 6 | Zeile 6 |
---|---|
* Website: http://www.mybboard.net |
* Website: http://www.mybboard.net |
* $Id: functions_image.php 4304 2009-01-02 01:11:56Z chris $ | * $Id: functions_image.php 4742 2010-01-27 07:43:01Z RyanGordon $ |
*/ | */ |
Zeile 26 | Zeile 26 |
$thumb['code'] = 3; |
$thumb['code'] = 3; |
list($imgwidth, $imgheight, $imgtype, $imgattr, $imgbits, $imgchan) = getimagesize($file); |
|
if($imgwidth == 0 || $imgheight == 0) | if($imgwidth == 0 || $imgheight == 0) |