stx 문자열에서 특수문자 제거 코드 추가
This commit is contained in:
@ -227,7 +227,7 @@ if (isset($_REQUEST['sfl'])) {
|
||||
|
||||
|
||||
if (isset($_REQUEST['stx'])) { // search text (검색어)
|
||||
$stx = trim($_REQUEST['stx']);
|
||||
$stx = get_search_string(trim($_REQUEST['stx']));
|
||||
if ($stx)
|
||||
$qstr .= '&stx=' . urlencode(cut_str($stx, 20, ''));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user