mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
관리자 회원목록의 회원검색에 생일 항목 추가
Update member.admin.model.php Update getMemberList.xml Update getMemberListWithinGroup.xml
This commit is contained in:
parent
f91dff50c6
commit
3ba02b03b8
4 changed files with 20 additions and 1 deletions
|
|
@ -98,6 +98,9 @@ class memberAdminModel extends member
|
|||
case 'last_login_less' :
|
||||
$args->s_last_login_less = substr(preg_replace("/[^0-9]/","",$search_keyword) . '00000000000000',0,14);
|
||||
break;
|
||||
case 'birthday' :
|
||||
$args->s_birthday = preg_replace("/[^0-9]/","",$search_keyword);
|
||||
break;
|
||||
case 'extra_vars' :
|
||||
$args->s_extra_vars = $search_keyword;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue