From dffb16c83d8a33f802c34cecbe91e252595da1d6 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 28 Jan 2013 17:27:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EA=B0=9C=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/thumbnail.lib.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php index f9e099cb3..e46421b8b 100644 --- a/lib/thumbnail.lib.php +++ b/lib/thumbnail.lib.php @@ -3,7 +3,13 @@ if (!defined('_GNUBOARD_')) exit; @ini_set('memory_limit', '512M'); -function thumbnail($bo_table, $file, $width, $height, $is_create=false) +function it_img_thumb($filename, $filepath, $thumb_width, $thumb_height, $is_create=false) +{ + return thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, $is_create); +} + +//function thumbnail($bo_table, $file, $width, $height, $is_create=false) +function thumbnail($filename, $source_path, $target_path, $thumb_width, $thumb_height, $is_create); { global $g4;