게시판 검색시 0 문자열로 검색할수 있도록 수정
This commit is contained in:
@ -10,7 +10,7 @@ if ($sop != 'and' && $sop != 'or')
|
||||
|
||||
$sql_search = "";
|
||||
// 검색이면
|
||||
if ($sca || $stx) {
|
||||
if ($sca || $stx || $stx === '0') {
|
||||
// where 문을 얻음
|
||||
$sql_search = get_sql_search($sca, $sfl, $stx, $sop);
|
||||
$search_href = './board.php?bo_table='.$bo_table.'&page='.$page.$qstr;
|
||||
|
||||
Reference in New Issue
Block a user