diff --git a/webapp/controller/OutAppCircuitController.class.php b/webapp/controller/OutAppCircuitController.class.php index 04086249..b4748303 100644 --- a/webapp/controller/OutAppCircuitController.class.php +++ b/webapp/controller/OutAppCircuitController.class.php @@ -229,7 +229,8 @@ class OutAppCircuitController extends BaseController { 'skin_id' => $skinId, 'ranking' => $ranking, 'weight' => $rewardWeight, - 'score' => $row['cumulative_score'], + #'score' => $row['cumulative_score'], + 'score' => number_format($row['cumulative_score'], 2, '.', ''), 'score_boost' => number_format($row['score_boost'], 2, '.', ''), ); array_push($rankingList,$info);