#221 아이디 클릭시 쿼리 오류 수정

This commit is contained in:
chicpro
2013-06-11 14:00:46 +09:00
parent fd06e07689
commit 77f4d077f7

View File

@ -13,6 +13,9 @@ if ($search != "")
{
if ($sel_field != "")
{
if($sel_field == 'mb_id')
$sel_field = 'a.'.$sel_field;
$sql_search .= " $where $sel_field like '%$search%' ";
$where = " and ";
}