Vergleich inc/functions_image.php - 1.4.9 - 1.4.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $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 26Zeile 26
		$thumb['code'] = 3;
return $thumb;
}

		$thumb['code'] = 3;
return $thumb;
}

	list($imgwidth, $imgheight, $imgtype, $imgattr, $imgbits, $imgchan) = getimagesize($file);









	
$imgdesc = getimagesize($file);
$imgwidth = $imgdesc[0];
$imgheight = $imgdesc[1];
$imgtype = $imgdesc[2];
$imgattr = $imgdesc[3];
$imgbits = $imgdesc['bits'];
$imgchan = $imdesc['channels'];


	if($imgwidth == 0 || $imgheight == 0)
{
$thumb['code'] = 3;

	if($imgwidth == 0 || $imgheight == 0)
{
$thumb['code'] = 3;