mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
게시판 모듈의 회원 팝업 메뉴에서 작성글 보기시 id검색이 아닌 member_srl 검색으로 정확히 결과가 나오도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3750 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1dbe0daede
commit
1afc1d601f
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@
|
|||
|
||||
// 아이디로 검색
|
||||
$menu_str = Context::getLang('cmd_view_own_document');
|
||||
$menu_url = sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $member_info->user_id);
|
||||
$menu_url = sprintf('./?mid=%s&search_target=member_srl&search_keyword=%s', $mid, $member_info->member_srl);
|
||||
$obj[] = sprintf('%s,%s,move_url(\'%s\')', Context::getRequestUri().'/modules/member/tpl/images/icon_view_written.gif',$menu_str, $menu_url);
|
||||
|
||||
return new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue