From d29cd477eab04fd632eaa08eea8ed0540528a71b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 15 Jan 2013 18:19:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=B0=EC=98=B4=ED=91=9C=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/move_update.php b/bbs/move_update.php index 0977a299b..37885bfd5 100644 --- a/bbs/move_update.php +++ b/bbs/move_update.php @@ -100,7 +100,7 @@ while ($row = sql_fetch_array($result)) { // 원본파일을 복사하고 퍼미션을 변경 @copy($src_dir.'/'.$row3['bf_file'], $dst_dir.'/'.$row3['bf_file']); - @chmod($dst_dir/$row3['bf_file]', 0606); + @chmod($dst_dir/$row3['bf_file'], 0606); } $sql = " insert into {$g4['board_file_table']}