mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
php버전에 따른 그룹마크이미지 버그
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6019 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
39e62dfbff
commit
96cda70a6b
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue