Ignore:
Timestamp:
2006/11/01 18:30:18 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r7233 r7234  
    4848lfSaveDateSession(); 
    4949 
     50define(SAVE_FILE , $_GET['save_file']); 
     51 
    5052// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    5153$objFormParam = new SC_FormParam(); 
     
    479481         
    480482        $objGraphBar->drawGraph(); 
    481         //$objGraphBar->outputGraph(false,$path); 
    482          
    483         $objGraphBar->outputGraph(); 
    484         exit(); 
    485  
     483         
     484        if(SAVE_FILE){ 
     485            $objGraphBar->outputGraph(false,$path); 
     486        }else{ 
     487            $objGraphBar->outputGraph(); 
     488            exit(); 
     489        } 
     490         
    486491        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
    487492        $ret_path = GRAPH_URL . $pngname; 
Note: See TracChangeset for help on using the changeset viewer.