From 62d9d93c2cc011d2ee703be48c314d980fa00666 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Mar 2013 16:07:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?G4=5FPATH=EB=A5=BC=20G4=5FURL=EB=A1=9C=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 --- bbs/register.php | 2 +- bbs/register_result.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bbs/register.php b/bbs/register.php index 9781bcfcf..2a0ac36c8 100644 --- a/bbs/register.php +++ b/bbs/register.php @@ -3,7 +3,7 @@ include_once('./_common.php'); // 로그인중인 경우 회원가입 할 수 없습니다. if ($is_member) { - goto_url(G4_PATH); + goto_url(G4_URL); } // 세션을 지웁니다. diff --git a/bbs/register_result.php b/bbs/register_result.php index cad5a4adc..2d7b7b580 100644 --- a/bbs/register_result.php +++ b/bbs/register_result.php @@ -1,12 +1,12 @@ Date: Mon, 18 Mar 2013 17:39:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B0=A4=EB=9F=AC=EB=A6=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=82=A8=EC=97=90=EC=84=9C=20=EC=97=90=EB=94=94=ED=84=B0=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EB=95=8C=20alt=20=EA=B0=92=20=EA=B0=80?= =?UTF-8?q?=EC=A0=B8=EC=98=A4=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/thumbnail.lib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php index baf036d69..d56497c6d 100644 --- a/lib/thumbnail.lib.php +++ b/lib/thumbnail.lib.php @@ -42,6 +42,9 @@ function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_ $filename = basename($srcfile); $filepath = dirname($srcfile); + preg_match("/alt=[\'\"]{1}(.*)[\'\"]{1}/", $matchs[0][$i], $malt); + $alt = get_text($malt[1]); + break; } }