get_list_thumbnail 함수에서 thumbnail 함수 변수 전달 빠진 것 추가
This commit is contained in:
@ -60,7 +60,7 @@ function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_
|
|||||||
if(!$filename)
|
if(!$filename)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$tname = thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, $is_create, $is_crop);
|
$tname = thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, $is_create, $is_crop, $crop_mode, $is_sharpen, $um_value);
|
||||||
|
|
||||||
if($tname) {
|
if($tname) {
|
||||||
if($edt) {
|
if($edt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user