Changeset 7249 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r7248 r7249  
    401401        // ¥°¥é¥ÕÉÁ²è 
    402402        $objGraphLine->drawGraph(); 
    403         $objGraphLine->outputGraph(false, $path); 
     403        // ¥°¥é¥Õ¤Î½ÐÎÏ 
     404        if(DRAW_IMAGE){ 
     405            $objGraphBar->outputGraph(); 
     406            exit(); 
     407        } 
    404408 
    405409        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
     
    447451         
    448452        // ¥°¥é¥Õ¤Î½ÐÎÏ 
    449         $objGraphPie->outputGraph(false, $path); 
     453        if(DRAW_IMAGE){ 
     454            $objGraphBar->outputGraph(); 
     455            exit(); 
     456        } 
    450457 
    451458        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
     
    489496         
    490497        $objGraphBar->drawGraph(); 
    491          
     498 
    492499        if(DRAW_IMAGE){ 
    493500            $objGraphBar->outputGraph(); 
    494501            exit(); 
    495502        } 
    496          
     503 
    497504        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
    498505        $ret_path = GRAPH_URL . $pngname; 
Note: See TracChangeset for help on using the changeset viewer.