Ignore:
Timestamp:
2014/06/03 15:00:26 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php

    r23504 r23505  
    174174        imagefilledpolygon($this->image, $array, 4, $this->arrColor[$line_no]); 
    175175        imagepolygon($this->image, $array, 4, $this->flame_color); 
    176         imagesetpixel ($this->image, $left, $top + ($size / 2), $this->flame_color); 
     176        imagesetpixel($this->image, $left, $top + ($size / 2), $this->flame_color); 
    177177    } 
    178178 
Note: See TracChangeset for help on using the changeset viewer.