mid와 act로 이루어진 링크를 rewrite 가능하게 할 경우 글쓰기 등에서 상황에 따라서 오동작을 하는 경우가 발생하여 mid + act의 경우에는 query string형식으로 url을 지정하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4489 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-10 05:28:41 +00:00
parent a53a926780
commit 6dffa70b3d

View file

@ -626,8 +626,8 @@
return $path.$get_vars['mid'];
case 'document_srl' :
return $path.$get_vars['document_srl'];
case 'act.mid' :
return sprintf('%s%s/%s',$path,$get_vars['mid'],$get_vars['act']);
//case 'act.mid' :
//return sprintf('%s%s/%s',$path,$get_vars['mid'],$get_vars['act']);
case 'document_srl.mid' :
return sprintf('%s%s/%s',$path,$get_vars['mid'],$get_vars['document_srl']);
case 'act.document_srl' :