mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
#185 관리자 페이지에서 회원 정보를 수정할 경우 사용제한일이 동작하도록 하고 로그인시에 제대로 동작하도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2665 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6647883063
commit
edc45fb626
4 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
**/
|
||||
function procMemberAdminInsert() {
|
||||
// 필수 정보들을 미리 추출
|
||||
$args = Context::gets('member_srl','user_id','user_name','nick_name','homepage','blog','birthday','email_address','password','allow_mailing','allow_message','denied','is_admin','description','group_srl_list');
|
||||
$args = Context::gets('member_srl','user_id','user_name','nick_name','homepage','blog','birthday','email_address','password','allow_mailing','allow_message','denied','is_admin','description','group_srl_list','limit_date');
|
||||
|
||||
// 넘어온 모든 변수중에서 몇가지 불필요한 것들 삭제
|
||||
$all_args = Context::getRequestVars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue