관리자 #47 의 5 처리 : 1차 완료
This commit is contained in:
@ -82,7 +82,7 @@ function point_clear()
|
||||
건수 : <?=number_format($total_count)?>
|
||||
<?
|
||||
if ($mb['mb_id'])
|
||||
echo ' (' . $mb['mb_id'] .' 님 포인트 합계 : ' . number_format($mb['mb_point']) . '점)';
|
||||
echo ' (' . $mb['mb_id'] .' 님 포인트 합계 : ' . number_format($mb[mb_point]) . '점)';
|
||||
else {
|
||||
$row2 = sql_fetch(" select sum(po_point) as sum_point from {$g4['point_table']} ");
|
||||
echo ' (전체 포인트 합계 : ' . number_format($row2['sum_point']) . '점)';
|
||||
|
||||
Reference in New Issue
Block a user