영카트5 관리자 분류관리에서 잘못된 비교문 수정
This commit is contained in:
@ -14,7 +14,7 @@ if ($stx != "") {
|
||||
$sql_search .= " $where $sfl like '%$stx%' ";
|
||||
$where = " and ";
|
||||
}
|
||||
if ($save_stx != $stx)
|
||||
if ($save_stx && ($save_stx != $stx))
|
||||
$page = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user