Changeset 7236 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r7235 r7236  
    4848lfSaveDateSession(); 
    4949 
    50 define(SAVE_FILE , true); 
    51 if($_GET['print_graph']){ 
    52     define(SAVE_FILE , false); 
     50if($_GET['draw_image'] != ""){ 
     51    define(DRAW_IMAGE , true); 
     52}else{ 
     53    define(DRAW_IMAGE , false); 
    5354} 
    5455 
     
    485486        $objGraphBar->drawGraph(); 
    486487         
    487         if(SAVE_FILE){ 
    488             $objGraphBar->outputGraph(false,$path); 
    489         }else{ 
     488        if(DRAW_IMAGE){ 
    490489            $objGraphBar->outputGraph(); 
    491490            exit(); 
     491        }else{ 
     492            $objGraphBar->outputGraph(false,$path); 
    492493        } 
    493494         
Note: See TracChangeset for help on using the changeset viewer.