mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
문서 모듈의 검색 대상에 사용자이름, 닉네임이 내용으로 되어 있는 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2948 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
93e03a74ae
commit
b280475e6d
2 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@
|
||||||
'content' => 'Content',
|
'content' => 'Content',
|
||||||
'user_id' => 'User ID',
|
'user_id' => 'User ID',
|
||||||
'member_srl' => 'Member No.',
|
'member_srl' => 'Member No.',
|
||||||
'user_name' => 'Content',
|
'user_name' => 'User Name',
|
||||||
'nick_name' => 'Content',
|
'nick_name' => 'Nickname',
|
||||||
'email_address' => 'Email',
|
'email_address' => 'Email',
|
||||||
'homepage' => 'Homepage',
|
'homepage' => 'Homepage',
|
||||||
'is_notice' => 'Notice',
|
'is_notice' => 'Notice',
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
'content' => '내용',
|
'content' => '내용',
|
||||||
'user_id' => '아이디',
|
'user_id' => '아이디',
|
||||||
'member_srl' => '회원번호',
|
'member_srl' => '회원번호',
|
||||||
'user_name' => '내용',
|
'user_name' => '사용자 이름',
|
||||||
'nick_name' => '내용',
|
'nick_name' => '닉네임',
|
||||||
'email_address' => '이메일',
|
'email_address' => '이메일',
|
||||||
'homepage' => '홈페이지',
|
'homepage' => '홈페이지',
|
||||||
'is_notice' => '공지사항',
|
'is_notice' => '공지사항',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue