#176, 테이블을 조인했으므로, 필요 없는 줄 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2700 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-10-09 02:54:52 +00:00
parent 4267b0c1d7
commit 74c3fe629a

View file

@ -110,7 +110,6 @@
$config = $oModuleModel->getModuleConfig('point');
foreach($output->data as $key => $val) {
$point = $this->getPoint($val->member_srl);
$output->data[$key]->level = $this->getLevel($point, $config->level_step);
}
}