mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
17215038 닉네임/유저이름 검색시 int처리를 하는 잘못된 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4497 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
38483e1b74
commit
2fffb05a32
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@
|
|||
break;
|
||||
case 'user_name' :
|
||||
case 'nick_name' :
|
||||
$args->{"s_".$args->search_target} = $args->search_keyword;
|
||||
break;
|
||||
case 'member_srl' :
|
||||
$args->{"s_".$args->search_target} = (int)$args->search_keyword;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue