php버전에 따른 그룹마크이미지 버그

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6019 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-04-03 06:19:17 +00:00
parent 39e62dfbff
commit 96cda70a6b

View file

@ -586,9 +586,9 @@
$image_mark = $groups_info[$group_srl[0]]->image_mark;
}
if($image_mark){
list($width, $height, $type, $attrs) = getimagesize($image_mark);
$info->width = $width;
$info->height = $height;
// list($width, $height, $type, $attrs) = getimagesize($image_mark);
// $info->width = $width;
// $info->height = $height;
$info->src = $image_mark;
return $info;