removed wrongly committed changeset

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5075 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-15 04:54:56 +00:00
parent 3758f650c3
commit 7287018f40
2 changed files with 0 additions and 18 deletions

View file

@ -10,7 +10,6 @@
<action name="dispMemberLeave" type="view" standalone="true" />
<action name="dispMemberOpenIDLeave" type="view" standalone="true" />
<action name="dispMemberOwnDocument" type="view" standalone="true" />
<action name="dispMemberOwnComments" type="view" standalone="true" />
<action name="dispMemberScrappedDocument" type="view" standalone="true" />
<action name="dispMemberSavedDocument" type="view" standalone="true" />
<action name="dispMemberFindAccount" type="view" standalone="true" />

View file

@ -123,23 +123,6 @@
$this->setTemplateFile('modify_info');
}
function dispMemberOwnComments() {
$oMemberModel = &getModel('member');
// 로그인 되어 있지 않을 경우 로그인 되어 있지 않다는 메세지 출력
if(!$oMemberModel->isLogged()) return $this->stop('msg_not_logged');
$logged_info = Context::get('logged_info');
$member_srl = $logged_info->member_srl;
$module_srl = Context::get('module_srl');
Context::set('module_srl',Context::get('selected_module_srl'));
Context::set('search_target','member_srl');
Context::set('search_keyword',$member_srl);
$oCommentAdminView = &getAdminView('document');
$oCommentAdminView->dispCommentAdminList();
}
/**
* @brief 회원 작성글 보기