Changeset 7236 for temp/trunk/html
- Timestamp:
- 2006/11/01 18:38:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r7235 r7236 48 48 lfSaveDateSession(); 49 49 50 define(SAVE_FILE , true); 51 if($_GET['print_graph']){ 52 define(SAVE_FILE , false); 50 if($_GET['draw_image'] != ""){ 51 define(DRAW_IMAGE , true); 52 }else{ 53 define(DRAW_IMAGE , false); 53 54 } 54 55 … … 485 486 $objGraphBar->drawGraph(); 486 487 487 if(SAVE_FILE){ 488 $objGraphBar->outputGraph(false,$path); 489 }else{ 488 if(DRAW_IMAGE){ 490 489 $objGraphBar->outputGraph(); 491 490 exit(); 491 }else{ 492 $objGraphBar->outputGraph(false,$path); 492 493 } 493 494
Note: See TracChangeset
for help on using the changeset viewer.
