mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44cba86bde
commit
376cb7cba8
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div style="clear:right;height:20px;">
|
||||
<div style="float:right;">
|
||||
<!--@if($document->is_granted)-->
|
||||
<!--@if($document->is_granted || $grant->manager)-->
|
||||
<a href="{getUrl('act','dispBlogWrite','document_srl',$document->document_srl)}">[{$lang->cmd_modify}]</a>
|
||||
<a href="{getUrl('act','dispBlogDelete','document_srl',$document->document_srl)}">[{$lang->cmd_delete}]</a>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
@set_time_limit(0);
|
||||
|
||||
// 디버그 메세지의 양이 무척 커지기에 디버그 메세지 생성을 중단
|
||||
define('__STOP_DEBUG__', true);
|
||||
//define('__STOP_DEBUG__', true);
|
||||
|
||||
// 변수 체크
|
||||
$this->module_srl = Context::get('module_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue