mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
timeline 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4733 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2fd078ff5c
commit
82068ec7c1
12 changed files with 156 additions and 1 deletions
|
|
@ -47,6 +47,9 @@
|
|||
$oModuleController->insertActionForward('issuetracker', 'view', 'dispIssuetrackerAdminAttachRelease');
|
||||
|
||||
$oModuleController->insertActionForward('issuetracker', 'controller', 'procIssuetrackerAdminAttachRelease');
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB->addIndex("issue_changesets","idx_unique_revision", array("module_srl","revision"), true);
|
||||
}
|
||||
|
||||
function checkUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue