wr_link 값에 substr 적용 무시되는 오류 수정

This commit is contained in:
chicpro
2014-10-27 10:00:15 +09:00
parent 9ac6bdbeaa
commit 4ae4cc2169

View File

@ -53,8 +53,8 @@ if (empty($_POST)) {
}
$w = $_POST['w'];
$wr_link1 = trim(strip_tags($_POST['wr_link1']));
$wr_link2 = trim(strip_tags($_POST['wr_link2']));
$wr_link1 = trim(strip_tags($wr_link1));
$wr_link2 = trim(strip_tags($wr_link2));
$notice_array = explode(",", $board['bo_notice']);