Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/graph/SC_Graph_Pie.php

    r21490 r21514  
    4343    // データを360°値に変換する 
    4444    function getCircleData($array) { 
    45         $total = ""; 
    46         $new_total = ""; 
     45        $total = ''; 
     46        $new_total = ''; 
    4747        if (!is_array($array)) { 
    4848            return; 
     
    6464            $arrRet[] = $ret; 
    6565            // パーセント表示用 
    66             $this->arrLabel[] = round($val * $p_rate) . " %"; 
     66            $this->arrLabel[] = round($val * $p_rate) . ' %'; 
    6767            $cnt++; 
    6868        } 
Note: See TracChangeset for help on using the changeset viewer.