Changeset 11005 for temp/branches


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

Legend:

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

    r11004 r11005  
    105105        imageline($objGraphPie->image, $x - ($w / 2), $y, $x - ($w / 2), $y + $z, $objGraphPie->flame_color); 
    106106         
    107         /* 
     107         
    108108        $start = 0; 
    109109        for($i = 0; $i < $rd_max; $i++) { 
     
    125125        // ËÞÎã¤ÎÉÁ²è 
    126126        $objGraphPie->drawLegend(count($objGraphPie->arrData)); 
    127         */ 
     127         
    128128        $objGraphPie->outputGraph(); 
    129129        exit(); 
Note: See TracChangeset for help on using the changeset viewer.