NOISSUE 사용되지 않는 데이터를 로드하는 코드 제거

This commit is contained in:
bnu 2014-01-29 23:25:21 +09:00
parent c83f6d96dd
commit 3052a858d8
2 changed files with 7 additions and 4 deletions

View file

@ -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;
*/
}
/**