Changeset 11004 for temp/branches


Ignore:
Timestamp:
2006/12/20 19:51:21 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/test/naka/graph.php

    r11003 r11004  
    8686            $start = $end; 
    8787        } 
    88         /* 
     88         
    8989         
    9090        // ¾åÌ̤αï¼è¤ê 
     
    100100            $start = $end; 
    101101        } 
    102  
     102         
    103103        // ¦Ì̤αï¼è¤ê 
    104104        imageline($objGraphPie->image, $x + ($w / 2), $y, $x + ($w / 2), $y + $z, $objGraphPie->flame_color); 
    105105        imageline($objGraphPie->image, $x - ($w / 2), $y, $x - ($w / 2), $y + $z, $objGraphPie->flame_color); 
     106         
     107        /* 
    106108        $start = 0; 
    107109        for($i = 0; $i < $rd_max; $i++) { 
Note: See TracChangeset for help on using the changeset viewer.