Changeset 7250 for temp


Ignore:
Timestamp:
2006/11/01 19:16:55 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/index.php

    r7249 r7250  
    401401        // ¥°¥é¥ÕÉÁ²è 
    402402        $objGraphLine->drawGraph(); 
     403         
    403404        // ¥°¥é¥Õ¤Î½ÐÎÏ 
    404405        if(DRAW_IMAGE){ 
    405             $objGraphBar->outputGraph(); 
     406            $objGraphLine->outputGraph(); 
    406407            exit(); 
    407408        } 
     
    452453        // ¥°¥é¥Õ¤Î½ÐÎÏ 
    453454        if(DRAW_IMAGE){ 
    454             $objGraphBar->outputGraph(); 
     455            $objGraphPie->outputGraph(); 
    455456            exit(); 
    456457        } 
     
    496497         
    497498        $objGraphBar->drawGraph(); 
    498  
     499         
    499500        if(DRAW_IMAGE){ 
    500501            $objGraphBar->outputGraph(); 
    501502            exit(); 
    502503        } 
    503  
     504         
    504505        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
    505506        $ret_path = GRAPH_URL . $pngname; 
Note: See TracChangeset for help on using the changeset viewer.