영카트5 관리자 분류관리에서 잘못된 비교문 수정

This commit is contained in:
thisgun
2018-03-14 18:38:29 +09:00
parent 114a250fb7
commit 7017ee2dc2

View File

@ -14,7 +14,7 @@ if ($stx != "") {
$sql_search .= " $where $sfl like '%$stx%' "; $sql_search .= " $where $sfl like '%$stx%' ";
$where = " and "; $where = " and ";
} }
if ($save_stx != $stx) if ($save_stx && ($save_stx != $stx))
$page = 1; $page = 1;
} }