Update ready.php
오너명 검색이 불가능한 현상 수정
This commit is contained in:
parent
e0f2e55c03
commit
bc5d64cedb
1 changed files with 2 additions and 2 deletions
|
|
@ -62,11 +62,11 @@ if(!$search_arcode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if($stx) {
|
if($stx) {
|
||||||
if($sfl == 'mb_nick') {
|
if($sfl == 'mb_name') {
|
||||||
$temp_search = "";
|
$temp_search = "";
|
||||||
$connect_str = "";
|
$connect_str = "";
|
||||||
|
|
||||||
$temp = sql_query("select mb_id from {$g5['member_table']} where mb_nick like '%".$stx."%'");
|
$temp = sql_query("select mb_id from {$g5['member_table']} where mb_name like '%".$stx."%'");
|
||||||
for($t = 0; $row = sql_fetch_array($temp); $t++) {
|
for($t = 0; $row = sql_fetch_array($temp); $t++) {
|
||||||
$temp_search .= $connect_str."mb_id = '".$row['mb_id']."'";
|
$temp_search .= $connect_str."mb_id = '".$row['mb_id']."'";
|
||||||
$connect_str = " OR ";
|
$connect_str = " OR ";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue