불필요한 코드 삭제

This commit is contained in:
chicpro
2013-11-25 17:41:55 +09:00
parent f30081f272
commit 8117935a4e

View File

@ -317,16 +317,6 @@ function get_max_value($arr)
<h2>결제수단별 주문현황</h2>
<?php echo $pg_anchor; ?>
<?php
$term = 3;
$info = array();
for($i=($term - 1); $i>=0; $i--)
{
$date = date("Y-m-d", strtotime('-'.$i.' days', G5_SERVER_TIME));
$info[$date] = get_order_settle_sum($date);
}
?>
<div id="sidx_settle" class="tbl_head02 tbl_wrap">
<table>
<thead>