mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
NOISSUE 사용되지 않는 데이터를 로드하는 코드 제거
This commit is contained in:
parent
c83f6d96dd
commit
3052a858d8
2 changed files with 7 additions and 4 deletions
|
|
@ -326,6 +326,9 @@ class commentModel extends comment
|
|||
*/
|
||||
function getDistinctModules()
|
||||
{
|
||||
return array();
|
||||
|
||||
/*
|
||||
$output = executeQueryArray('comment.getDistinctModules');
|
||||
$module_srls = $output->data;
|
||||
$oModuleModel = getModel('module');
|
||||
|
|
@ -339,6 +342,7 @@ class commentModel extends comment
|
|||
}
|
||||
}
|
||||
return $result;
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue