게시글 복사 때 따옴표로 인해 발생하는 오류 수정

This commit is contained in:
chicpro
2014-12-17 09:54:42 +09:00
parent a722af88e0
commit af3da468ee
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ while ($row = sql_fetch_array($result))
set bo_table = '$move_bo_table',
wr_id = '$insert_id',
bf_no = '{$row3['bf_no']}',
bf_source = '{$row3['bf_source']}',
bf_source = '".addslashes($row3['bf_source'])."',
bf_file = '{$row3['bf_file']}',
bf_download = '{$row3['bf_download']}',
bf_content = '".addslashes($row3['bf_content'])."',